AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local