Version

VisiblePositionInTilesView Property

Gets/sets the position of this column in the user interface, as relative to the topmost visible column, when the control's View property is set to 'Tiles'.
Syntax
'Declaration
 
Public Property VisiblePositionInTilesView As Integer
public int VisiblePositionInTilesView {get; set;}
Remarks

The VisiblePositionInTilesView determines the order in which this UltraListViewSubItemColumn appears, as relative to the first sub-item displayed. For best results, the property should be set to a unique number for each of the sub-item columns displayed. When the VisiblePositionInTilesView property is not set to a specific value, the value of the column's Index property is used to determine the visible position.

The MainColumn cannot be hidden in the user interface.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also