This is a migrated thread and some comments may be shown as answers.

RadPanelItem & ItemTemplate

1 Answer 99 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Iron
Daniel asked on 03 Mar 2009, 12:43 AM
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>

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 06 Mar 2009, 02:02 PM
Hi Daniel,

This is a glitch in the Vista skin; it will be fixed in the next official version of the control.

Kind regards,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
PanelBar
Asked by
Daniel
Top achievements
Rank 1
Iron
Answers by
Paul
Telerik team
Share this question
or