Welcome Guest Search | Active Topics | Sign In | Register

Automatic height of splitter and splitterpane to fit content Options
billybob
Posted: Sunday, March 2, 2008 9:45:10 PM
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
eo_support
Posted: Monday, March 3, 2008 5:28:14 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,095
Yes. Here is the documentation:
http://www.essentialobjects.com/ViewDoc.aspx?t=Splitter%2fauto_fill.html

And here are the samples:

http://www.essentialobjects.com/Demo/Default.aspx?path=Splitter\features\_i0

Let us know if you have any more questions.

Thanks
billybob
Posted: Monday, March 3, 2008 7:45:54 AM
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!
eo_support
Posted: Monday, March 3, 2008 10:48:38 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,095
Ah...I see....that part seems to be missing. We will look into it and see what we can do!
eo_support
Posted: Wednesday, March 5, 2008 9:52:05 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,095
This issue is addressed in build 2007.2.40.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.