C# Class SIL.FieldWorks.SharpViews.PileBox

Base class for DivBox and InnerPileBox, more generally, for group boxes that arrange their children one above the other.
Inheritance: GroupBox
Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method Description
Layout ( LayoutInfo transform ) : void

Keep this in sync with DivBox.Relayout.

PileBox ( AssembledStyles styles ) : System

Private Methods

Method Description
AdjustTopForMargins ( int top, LayoutInfo transform, Box prevBox, Box box ) : int

Method Details

Layout() public method

Keep this in sync with DivBox.Relayout.
public Layout ( LayoutInfo transform ) : void
transform LayoutInfo
return void

PileBox() public method

public PileBox ( AssembledStyles styles ) : System
styles AssembledStyles
return System