Show / Hide Table of Contents

Property Child1MinSize

| Improve this Doc View Source

Child1MinSize

Gets or sets the minimum distance, in device-independent units (1/96th inch per unit), of the splitter from the left or top edge of SplitContainer. This is a dependency property.

Declaration
public double Child1MinSize { get; set; }
Property Value
Type Description
System.Double

Representing the minimum distance, in device-independent units (1/96th inch per unit), of the splitter from the left or top edge of SplitContainer. The default value is 20, regardless of Orientation.

Remarks

Use the Child1MinSize property to prevent the splitter from moving too close to the left or top edge of the container. For example, you might want to prevent some of the display area of a System.Windows.Controls.TreeView from being covered.

If the Orientation property is System.Windows.Controls.Orientation.Vertical (the default), Child1MinSize returns the minimum distance of the splitter from the top edge of SplitContainer. If the Orientation property is System.Windows.Controls.Orientation.Horizontal, Child1MinSize returns the minimum distance of the splitter from the left edge of SplitContainer.

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