C# Class SIL.FieldWorks.SharpViews.Builders.Row

This class exists to implement the fluent language, in expressions like Row.Containing(Display.Of(...)).
Inheritance: Flow
Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
WithWidths ( IControlColumnWidths columnWidths ) : RowMaker

Private Methods

Method Description
MakeFlowBeRow ( Flow flow, IControlColumnWidths columnWidths, bool WrapRow ) : Flow

Method Details

WithWidths() public static method

public static WithWidths ( IControlColumnWidths columnWidths ) : RowMaker
columnWidths IControlColumnWidths
return RowMaker