Is there a way to hide the expand/collapse arrows which display at the top right of the panel ?
Thanks John
can u please let me know how to change the display location of header indicator from right corner to left cornor
Hi jvinnell,
you can hide Expansion Indicator like set it's Height and Width to 0:
<igmisc:WebPanel ID="WebPanel1" runat="server" ExpandOnClick="True" > <Header Text="WebTab1" > <ExpansionIndicator Height="0px" Width="0px" /> </Header> <Template> </Template> </igmisc:WebPanel>