Click or drag to resize

JamBaseShellListViewLineHeight Property

Gets or sets the desired row (line) height in pixels for the icon-based views (Details, List, SmallIcons).

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.3
Syntax
public int LineHeight { get; set; }

Property Value

Int32
The line height in (unscaled) pixels. A value of 0 (the default) keeps the natural row height derived from the icon and font heights.
Remarks
The row height of a Win32 ListView is driven by the height of its image list. Setting this property enlarges the image-list slot height; the file icons supplied by the system image list are not stretched but centered vertically within the taller rows. The value is scaled for the current DPI. This setting does not affect the thumbnail or large-icon views.
See Also