ListView.GridLines Property | |
A logical value determining whether gridlines are shown in the list view.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY GridLines AS USUAL GET SET
public virtual Usual GridLines { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA logical value determining whether gridlines are shown in the list view.
Remarks
A logical value determining whether gridlines are shown in the list view.
Important - Microsoft Note - Under visual styles GridLines are not always displayed correctly.
See http://support.microsoft.com/default.aspx?scid=kb;en-us;813791 for more info.
See Also