Welcome Guest Search | Active Topics | Sign In | Register

SplitterPane MinHeight property Options
patingamon
Posted: Tuesday, May 20, 2008 12:56:01 PM
Rank: Member
Groups: Member

Joined: 9/6/2007
Posts: 29
I have nested splitters, and set the MinHeight for the Bottom Pane. Unfortunately, it appears to be ignored, because I can move the slider to where the bottom pane disappears.

If I don't set any Min or Max, the panes vanish and there is no way to get it back.

MaxHeight seems to work, but because the Splitter resizes itself, I need to MaxHeight to be dynamically adjusted client side, and there does not appear to be a way to do that.


I was able to recreate the problem in the Demo code (note the MinHeight="50" in the bottom nested pane):

Code: HTML/ASPX
<eo:Splitter runat="server" Width="400px" Height="200px" id="Splitter1" BorderStyle="Solid" DividerSize="10"
	BorderWidth="1px" BorderColor="#B5B5B5" ControlSkinID="None" DividerImage="00080411" DividerCenterImage="00080412"
	ClientSideOnResized="OnSplitterResized">
	<eo:SplitterPane id="SplitterPane1" Width="100px" runat="server">
		<DIV style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px">Left 
			Pane Contents
		</DIV>
	</eo:SplitterPane>
	<eo:SplitterPane id="SplitterPane2" runat="server" ScrollBars="None">
		<eo:Splitter runat="server" Width="300px" Height="200px" id="Splitter2" BorderStyle="Solid" DividerSize="10"
			BorderWidth="0px" ControlSkinID="None" DividerImage="00080431" Orientation="Horizontal"
			DividerCenterImage="00080432">
			<eo:SplitterPane id="Splitterpane3" Width="100px" runat="server">
				<DIV style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px">
					Top Pane Contents
				</DIV>
			</eo:SplitterPane>
			<eo:SplitterPane id="Splitterpane4" runat="server" MinHeight="50">
				<DIV style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px">
					Bottom Pane Contents
				</DIV>
			</eo:SplitterPane>
		</eo:Splitter>
	</eo:SplitterPane>
</eo:Splitter>



Any thoughts?
eo_support
Posted: Tuesday, May 20, 2008 1:33:20 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,096
Hi,

Thanks for your post. MinHeight is meant to be applied on the same level, not on nested levels. For example, Splitterpane4's MinHeight is applied when Splitterpane3 resizes, but not when Splitterpane1 resizes. However given your scenario, it's perfectly reasonable to expect it is also be applied when Splitterpane1 resizes. So we will look into it and see what we can do.

Thanks
patingamon
Posted: Wednesday, May 21, 2008 5:55:29 AM
Rank: Member
Groups: Member

Joined: 9/6/2007
Posts: 29
Just to clarify - it is not a nesting issue. It appears that the right panel does not honor the MinWidth or MinHeight

Code: HTML/ASPX
<eo:Splitter runat="server" Width="300px" Height="200px" id="Splitter1" BorderStyle="Solid" DividerSize="10"
	BorderWidth="1px" BorderColor="#B5B5B5" ControlSkinID="None" DividerImage="00080101" DividerCenterImage="00080412"
	Orientation="Vertical">
	<eo:SplitterPane id="SplitterPane1" Width="100px" runat="server" MinWidth="50">
		<DIV style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px">Left 
			Pane Contents</DIV>
	</eo:SplitterPane>
	<eo:SplitterPane ID="SplitterPane2" runat="server" MinWidth="50">
		<DIV style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px">Right 
			Pane Contents</DIV>
	</eo:SplitterPane>
</eo:Splitter>
eo_support
Posted: Wednesday, May 21, 2008 8:56:23 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,096
Thanks for the additional information. We will look into it and see what we can do.
Robert Maxey
Posted: Saturday, May 31, 2008 5:19:37 PM
Rank: Newbie
Groups: Member

Joined: 7/18/2007
Posts: 5
Has this issue been resolved?
eo_support
Posted: Saturday, May 31, 2008 6:01:30 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,096
Robert Maxey wrote:
Has this issue been resolved?


Not yet. We will rely when it is resolved. Thanks for your patience!
patingamon
Posted: Tuesday, June 17, 2008 4:20:34 AM
Rank: Member
Groups: Member

Joined: 9/6/2007
Posts: 29
Wondering what the status is. I am trying to release our product, but this issue is holding me up. If it is not resolved very soon I will need to yank the feature that uses the splitters (which will leave me with very unhappy bosses)
eo_support
Posted: Tuesday, June 17, 2008 9:09:02 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,096
Hi,

Unfortunately it has not been fixed yet. We will try to fix it in this week. Sorry about the delay!

Thanks
eo_support
Posted: Friday, July 4, 2008 11:45:39 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,096
This issue has been fixed in the newly released EO.Web Controls 2008.


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.