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
180
UltraWebTab.BarHeight property only works when > 0?
posted

I have an UltraWebTab control that I am trying to format. I would like no gap between the outside of the tab control and my table inside the content pane. When I set the BarHeight property of the tab control to any positive value, I get that space above and to the left of my table inside the content pane (there is no space to the right or below the table in the content pane). However, if I set BarHeight = 0, instead of getting no space to the top and left of my table in the content pane, I get about a 10 pixel space around all four sides of my table. How can I eliminate the space between my table in the content pane and the outside edges of the tab? Thanks, Chuck

Chuck Frazier
ProCare Rx

  • 24497
    posted

    Hi Chuck,

    I think that you set padding or margin in your application which affect content of tab. You may look at source generated html and try to find padding/margin attributes which affect content. Those padding/margin can be located in css classes, so, you should check all css resources as well. Those attributes may come from Infragistics AppStyling as well, so, in that case you should fix those css.