C# Class ComponentFactory.Quicksilver.Layout.TreeLayout

Positions elements in a tree hierarchy relative to a provided root element.
Inheritance: Layout
Show file Open project: ComponentFactory/Quicksilver

Public Properties

Property Type Description
StartNodeProperty System.Windows.DependencyProperty

Public Methods

Method Description
MeasureChildren ( string layoutId, MetaPanelBase metaPanel, MetaElementStateDict stateDict, ICollection elements, Size availableSize ) : Size

Measure the layout size required to arrange all elements.

TargetChildren ( string layoutId, MetaPanelBase metaPanel, MetaElementStateDict stateDict, ICollection elements, Size finalSize ) : void

Calculate target state for each element based on layout algorithm.

Private Methods

Method Description
MeasureTreeNodes ( ITreeNode node, MetaElementStateDict stateDict, bool downwards ) : Size
TargetTreeNodes ( Point location, ITreeNode node, MetaElementStateDict stateDict, bool downwards ) : Size
TreeLayout ( ) : System

Method Details

MeasureChildren() public method

Measure the layout size required to arrange all elements.
public MeasureChildren ( string layoutId, MetaPanelBase metaPanel, MetaElementStateDict stateDict, ICollection elements, Size availableSize ) : Size
layoutId string Identifier of the layout to be used.
metaPanel MetaPanelBase Reference to owning panel instance.
stateDict MetaElementStateDict Dictionary of per-element state.
elements ICollection Collection of elements to be measured.
availableSize System.Windows.Size Available size that can be given to elements.
return System.Windows.Size

TargetChildren() public method

Calculate target state for each element based on layout algorithm.
public TargetChildren ( string layoutId, MetaPanelBase metaPanel, MetaElementStateDict stateDict, ICollection elements, Size finalSize ) : void
layoutId string Identifier of the layout to be used.
metaPanel MetaPanelBase Reference to owning panel instance.
stateDict MetaElementStateDict Dictionary of per-element state.
elements ICollection Collection of elements to be arranged.
finalSize System.Windows.Size Size that layout should use to arrange child elements.
return void

Property Details

StartNodeProperty public static property

Identifies the StartNode dependency property.
public static DependencyProperty,System.Windows StartNodeProperty
return System.Windows.DependencyProperty