Xbasic

{VSLIDER}

Syntax

{VSLIDER}

Description

The {VSLIDER} command places a horizontal bar on the Xdialog that you can slide vertically to increase the size of one portion of the Xdialog while decreasing the size of another portion.

Example

files = filefind.get("c:\*.*",0,"n")
ui_dlg_box("slider",<<%dlg%
{stretch=width,height}
[%M%.20,10files]{vslider}[%M%.20,5contents2]{vslider}[%M%.20,5contents3]|
{stickto=right}
{sp}{region}
;
{endregion}
%dlg%)

Limitations

Desktop applications only

See Also