Rank: Advanced Member Groups: Member
Joined: 2/4/2009 Posts: 31
|
Ok, this may be a dumb question, but, how can I set the splitter pane width?
I have a vertical splitter with 2 panes. Inside those panes are horizontal splitters with 2 panes. This should give me a nice 4 square layout. But I cannot seem to get all the squares to initialize to the same height and width. I am also using AutoFillWindow = true.
I have tried both server side code and client side code.
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I am not sure if you can do that. Splitter is coded as one dimension always takes priority over the other. Also for the two panes, size set on one pane always takes priority over the other. This usually means you set the initial size for one pane (usually the left pane) and the other pane grows along with the window. This means there is no reliable way to get all four squares to the same size.
Thanks
|