AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The ListViewMode property is used to:
  • Find out the display mode of a ListView control.
  • Modify the display mode of a ListView control.
Note The display mode of a List Box control can also be changed in the editor, in the field description window ("Detail" tab).
Reminder A List Box control can be displayed:
  • in classic mode: the field is displayed without images.
  • in image list mode: the field is displayed with the images.
  • in panorama mode: the field is displayed with the images as if they were on a curved wall. Only 20 images maximum can be displayed in this mode.
Ejemplo
// Switch to standard mode
LSV_ListView1.ListViewMode = lvmSimpleList

Find out the display mode of a ListView control Ocultar los detalles

<Result> = <ListView control>.ListViewMode
<Result>: Integer constant
Display mode of ListView control:
lvmListViewListView control displayed in ListView mode.
lvmPanoramaListView control displayed in panorama mode.
lvmSimpleListListView control displayed in standard mode.
<ListView control>: Control name
Name of ListView control to use.

Modifying the display mode of a ListView control Ocultar los detalles

<ListView control>.ListViewMode = <New display mode>
<ListView control>: Control name
Name of ListView control to use.
<New display mode>: Integer constant
Display mode of ListView control:
lvmListViewListView control displayed in ListView mode.
lvmPanoramaListView control displayed in panorama mode.
lvmSimpleListListView control displayed in standard mode.
Observaciones
The ListViewMode property can only be used on ListView controls.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

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