|
Rank: Newbie Groups: Member
Joined: 3/2/2008 Posts: 3
|
Is there any way to configure the splitter and splitterpane to not use fixed heights (make them resize their height based on content)?
Thank you
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
|
|
Rank: Newbie Groups: Member
Joined: 3/2/2008 Posts: 3
|
This is not what we are looking for. We do not want the splitter to be resized based on window size, we want it to adjust it's height to content height.
We are looking to create a vertical splitter between 2 zones and have the splitter's height adjust automatically to content. Giving the following code, we are getting a 10 pixel height splitter with scrollbars in each pane. We would like the splitter to have a height sufficient to display pane content, without having to specify a height for splitter or splitterpanel.
<eo:Splitter ID="Splitter1" runat="server" Width='300px' BackColor="#CCCCCC"> <eo:SplitterPane ID="SplitterPane1" runat="server" Width="100px"> FIRST PANE </eo:SplitterPane> <eo:SplitterPane ID="SplitterPane3" runat="server" Width="100px"> LINE 1<br /> LINE 2<br /> LINE 3<br /> LINE 4<br /> LINE 5<br /> </eo:SplitterPane> </eo:Splitter>
Thank you!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Ah...I see....that part seems to be missing. We will look into it and see what we can do!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
This issue is addressed in build 2007.2.40.
|
|