Click or drag to resize

JamBaseShellListViewThumbnailSize Property

Use the ThumbnailSize property to get or set the size in pixels of the thumbnail images.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public Size ThumbnailSize { get; set; }

Property Value

Type: Size
Remarks
When changing the value at runtime, set the ViewState to Thumbnails to force a refresh.
See Also