Click or drag to resize

ListViewItemHeigth Property

Gets or sets the height of an item in the ListView.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public int ItemHeigth { get; set; }

Property Value

Type: Int32
The height, in pixels, of an item in the control. The default value is -1.
Remarks
If this property has a value of -1, the control will set a default row height suitable for the touch screen. NOTE: Use default value of ItemHeigth in order to follow the UI guidelines. This property is used only for specific cases.
See Also