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
165
Expand / Collapse to Top of WebPanel
posted

Hi,

I'm using Webpanel in a infragistics WizardStep,
everything is working, but when I'm trying to collapse the panel
it is getting collapsed to the middle of the panel.
And what I need is the panel should collapsed to the Top.

below is my code, please review and suggest an example.

<table width="100%" cellpadding="0" cellspacing="0" border="1" >

<tr valign ="baseline" align ="justify">

<td valign ="baseline" >

<asp:Wizard ID="Wizard1" runat="server" DisplaySideBar="False" Height="295px" Width="98%"

ActiveStepIndex="0" OnNextButtonClick="Wizard1_NextButtonClick" OnFinishButtonClick="Wizard1_FinishButtonClick"

OnPreviousButtonClick="Wizard1_StepPreviousButtonClick">

<WizardSteps>

<asp:WizardStep ID="WizardStep1" runat="server" Title="Step 1">

<igmisc:WebPanel ID="WebPanel1" runat="server" Height="295px" StyleSetName="" Width="98%">

<Header Text="Level Definitions" TextAlignment="Left">

<ExpandedAppearance>

<Styles BackColor="#C00000" ForeColor="White" Font-Bold="True" CssClass="WebPanelHeaderSection">

</Styles>

</ExpandedAppearance>

</Header>

 

Thanx