ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
VerticalOrientation (Property)
In french: OrientationVerticale
The VerticalOrientation property is used to:
  • Find out the orientation of a ListView control.
  • Modify the orientation of a ListView control.
Example
// Modify the control orientation
LSV_MyListView.VerticalOrientation = True
Syntax

Finding out the orientation of a ListView control Hide the details

<Result> = <ListView control>.VerticalOrientation
<Result>: Boolean
  • True if the control is oriented vertically,
  • False if the control is oriented horizontally.
<ListView control>: Control name
Name of ListView control to use.

Modifying the orientation of a ListView control Hide the details

<ListView control>.VerticalOrientation = <New orientation>
<ListView control>: Control name
Name of ListView control to use.
<New orientation>: Boolean
  • True to orientate the control vertically,
  • False to orientate the control horizontally.
Remarks
The VerticalOrientation property can only be used on ListView controls.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help