Hi All. I've been using the RadPanelBar with ItemTemplate. I've noticed that there is a little bit of white space at the bottom of each RadPanelItem maybe only 1-2px in size. Is this part of the default css for the RadPanelItem. Is there any way to get rid of it? Example code:
<telerik:RadPanelBar ID="rpbRight" runat="server" Skin="Vista" Width="200px" ExpandMode="SingleExpandedItem"
PersistStateInCookie="True">
<CollapseAnimation Type="InOutQuad" Duration="400"></CollapseAnimation>
<Items>
<telerik:RadPanelItem runat="server" Text="Citrix Usage">
<Items>
<telerik:RadPanelItem Enabled="True">
<ItemTemplate>
<%=GetCitrixUsage() %>
</ItemTemplate>
</telerik:RadPanelItem>
</Items>
</telerik:RadPanelItem>
</Items>
<ExpandAnimation Type="InOutQuad" Duration="400"></ExpandAnimation>
</telerik:RadPanelBar>
<telerik:RadPanelBar ID="rpbRight" runat="server" Skin="Vista" Width="200px" ExpandMode="SingleExpandedItem"
PersistStateInCookie="True">
<CollapseAnimation Type="InOutQuad" Duration="400"></CollapseAnimation>
<Items>
<telerik:RadPanelItem runat="server" Text="Citrix Usage">
<Items>
<telerik:RadPanelItem Enabled="True">
<ItemTemplate>
<%=GetCitrixUsage() %>
</ItemTemplate>
</telerik:RadPanelItem>
</Items>
</telerik:RadPanelItem>
</Items>
<ExpandAnimation Type="InOutQuad" Duration="400"></ExpandAnimation>
</telerik:RadPanelBar>