|
|
Splitter:

Category:
GUI
Useful vertical splitter for your project with Max and Min width properties

Events:
vbkSpliter1_OnSplit(Expand As
Boolean): Fired when the user changes
the splitter width, used to resize the controls on the splitter.
Properties:
MaxWidth As Long:
Returns/sets the splitter's maximum width, prevents the user to exceed this
maximum width.
MinWidth As Long:
Returns/sets the splitter's minimum width, prevents the user to exceed this
minimum width.
|
|