SplitContainer.ShowsPreview Property

DevZest WPF Docking

SplitContainerShowsPreview Property
Gets or sets a value that indicates whether the SplitContainer updates SplitterDistance as the user drags the splitter. This is a dependency property.

Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public bool ShowsPreview { get; set; }
Public Property ShowsPreview As Boolean
	Get
	Set

Property Value

Type: Boolean
if a splitter preview is displayed; otherwise, . The default is .
See Also