ListViewItem.Indent Property (Typed) | |
Sets the indentation of a ListView item.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Indent AS LONG GET SET
public virtual int Indent { get; set; }
Request Example
View SourceProperty Value
Type:
LongSets the indentation of a ListView item.
Remarks Tip |
---|
This is only available in detail view, and then only if the item has an associated image.
|
See Also