Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1215
WebExplorerBar Item Height
posted

Can you change the item height in WebExplorerBar?  It is too large: 30 px!  (See attached pic.)

I tried changing all the values in ig_explorerbar.css, and tried creating a overridden .igeb_Item style in my aspx page.  Neither worked.

Can you make the item height 14px, for instance?

 

       <ig:WebExplorerBar ID="WebExplorerBar1" runat="server" Width="400px">

           <Groups>

               <ig:ExplorerBarGroup GroupContentsHeight="" Text="My New Group">
        <Items>

                       <ig:ExplorerBarItem Text="1">

                       </ig:ExplorerBarItem>

                       <ig:ExplorerBarItem Text="2">

                       </ig:ExplorerBarItem>

                       <ig:ExplorerBarItem Text="3">

                       </ig:ExplorerBarItem>

                   </Items>

               </ig:ExplorerBarGroup>

               <ig:ExplorerBarGroup GroupContentsHeight="" Text="Second Group">

                   <Items>

                       <ig:ExplorerBarItem Text="1">

                       </ig:ExplorerBarItem>

                   </Items>

               </ig:ExplorerBarGroup>

           </Groups>

       </ig:WebExplorerBar>