Click or drag to resize

JamShellColumnHeaderFixedPosition Property

Gets or sets a value indicating whether the column should have a fixed position rather than being moved by other shell columns.

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

Property Value

Type: Boolean
true if the column cannot be moved to the right by other ShellColumns, false otherwise. false.
See Also