DataWindow, MultiTextEdit, DropDownListBox, ListBox controls, windows, user objects
When the VScroll Bar property is enabled, PocketBuilder adds a vertical scroll bar to the right of a window or other control when the contents of the object are outside the borders.
To allow display of a vertical scroll bar:
Select the VScrollBar check box on the General or Scroll tab page of the object’s Properties view.
The VScrollBar property is a boolean value.
This example displays a vertical scroll bar in a DataWindow control.
dw_1.VScrollBar = TRUE
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |