Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

show-grid-lines

Arguments: list-view

This property has an effect only on the Windows platform, where it is provided by the underlying Microsoft control.

Returns the value of the show-grid-lines property of a list-view control. The value may be set at creation time by passing the :show-grid-lines initarg to make-instance, or any time later by calling (setf show-grid-lines).

This property specifies whether a list-view will draw subtle grid lines between its rows and columns. This can help the user tell which strings in different columns are on the same line when there may be large gaps between the columns. The value can be nil or true. The default is nil.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version