Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== VPOSITION property ====== ==== Applies To ==== Vscroll bar, Window. ==== Description ==== Returns or sets position of slide in a vertical scroll bar. The scroll bar can be in a window, or can be a discrete scroll bar control. ==== Usage ==== //position// = **Get_Property**(//objectname//, "**VPOSITION**") //existingposition// = **Set_Property**(//objectname//, "**VPOSITION**", //position//) ==== Remarks ==== //position// is an @FM-delimited array of: ^Position^Description^ |//Position<1>//|Current slide position.| |//Position<2>//|Least slide position.| |//Position<3>//|Greatest slide position.| |//Position<4>//|Slide increment (defaults to 1).| To hide the vertical scroll bar for a window, for example, a multi-page form, set the current, least, and greatest slide positions to 1 by setting the VPOSITION property to 1:@fm:1:@fm:1 ==== See Also ==== [[hposition|HPOSITION property]] guides/programming/programmers_reference_manual/vposition.txt Last modified: 2024/06/19 20:20by 127.0.0.1