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 FrazierProCare Rx
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.