Show / Hide Table of Contents

Property SplitterTemplate

| Improve this Doc View Source

SplitterTemplate

Gets or sets the data template of the splitter (movable bar). This is a dependency property.

Declaration
public DataTemplate SplitterTemplate { get; set; }
Property Value
Type Description
System.Windows.DataTemplate

The System.Windows.DataTemplate of the splitter.

Remarks

Use SplitterTemplate, IsPreviewVisible, PreviewOffsetX and PreviewOffsetY properties to customize the splitter and drag preview. Refer to example of SplitContainer class.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest