ListView.GridLines Property (Typed) | |
A logical value determining whether gridlines are shown in the list view.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY GridLines AS LOGIC GET SET
public virtual bool GridLines { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA 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