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
Hello,I am trying to reproduce the problem, unfortunately to no avail. I use the latest version of WebPanel (v8.3) and it works properly without exceptions. Please take a look at the picture below: