Vertical Splitter
Width
The most used splitter panel property is WidthDefault.
Also for other useful splitter properties see Documentation.
Unless Width property is set to a positive value, splitter always takes the width of the container it is in.
Height
Splitter always sets its height to the height of its container.
If splitter is directly between <body> tags, then height is the window height minus optional header height and minus the footer height. This way the splitter's height is never larger than the window height, so the whole splitter is always visible along with header and footer.
View live examples.
|