This is a migrated thread and some comments may be shown as answers.

RadWindow (Modal) with Internal Splitter

1 Answer 59 Views
Window
This is a migrated thread and some comments may be shown as answers.
Aaron Chorpenning
Top achievements
Rank 1
Aaron Chorpenning asked on 19 Nov 2009, 09:28 PM
In my application, I have a modal window and the contents are a separate web form.
I am using the following idea...
<Window Height is variable>
<Splitter orientation=Horizontal>
<Pane height=*>
<Splitbar>
<Pane height=45px>
</Splitter>
</Window>

I can't get this to work correctly. I am setting the splitter height and width to 100%. I don't know how to configure the heights of the Panes. If I use percentages, then a small window will hide some of the bottom pane. If I use px values, the panes are just 50/50 height...

Any ideas?

1 Answer, 1 is accepted

Sort by
0
Aaron Chorpenning
Top achievements
Rank 1
answered on 20 Nov 2009, 01:22 PM
I ended up figuring this out.

<Window Height is variable>
<Splitter orientation=Horizontal fullscreen>
<Pane>
<Splitbar>
<Pane height=45px Minheight=45px Maxheight=45px>
</Splitter>
</Window>
Tags
Window
Asked by
Aaron Chorpenning
Top achievements
Rank 1
Answers by
Aaron Chorpenning
Top achievements
Rank 1
Share this question
or