Name
VSplitter.Split -- split the panes (V2.0)
Synopsis
moai.DoMethod(id, "Split", pos)
Function
This splits the group into two panes. The pos argument specifies the position of the sash in device-independent pixels. If this value is positive, it specifies the size of the top pane. If it is negative, its absolute value gives the size of the bottom pane. Finally, specify 0 to choose the default position (half of the total window height).

Inputs
id
id of the splitter object
pos
desired sash position

Show TOC