Class TableViewRowLayout
Represents the tabular row layout.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class TableViewRowLayout : TableViewRowLayoutBase, IGridRowLayout, IDisposable
Constructors
TableViewRowLayout()
Declaration
public TableViewRowLayout()
Properties
DesiredSize
Gets the desired size for the row when using the specified layout.
Declaration
public override SizeF DesiredSize { get; }
Property Value
System.
|
Overrides
GroupRowDesiredSize
Gets the desired row size for group rows.
Declaration
public override SizeF GroupRowDesiredSize { get; }
Property Value
System.
|
Overrides
LayoutImpl
Gets the helper for the column layout.
Declaration
public ColumnLayoutHelper LayoutImpl { get; }
Property Value
Column The helper for the column layout. |
ScrollableColumns
Gets the scrollable columns
Declaration
public override IList<GridViewColumn> ScrollableColumns { get; }
Property Value
System.
|
Overrides
Methods
ArrangeCell(RectangleF, GridCellElement)
Arranges the cells in the row.
Declaration
public override RectangleF ArrangeCell(RectangleF clientRect, GridCellElement cell)
Parameters
System. The size that is available for the specified row. |
Grid The Grid |
Returns
System. The arranged rectangle. |
Overrides
EndColumnResize()
Finishes the resizing of a column
Declaration
public override void EndColumnResize()
Overrides
EnsureColumnsLayout()
Ensures that the row layout is calculated
Declaration
public override void EnsureColumnsLayout()
Overrides
GetColumnOffset(GridViewColumn)
Gets the column offset.
Declaration
public override int GetColumnOffset(GridViewColumn column)
Parameters
Grid The column. |
Returns
System.
|
Overrides
GetColumnWidth(GridViewColumn)
Gets the actual column width
Declaration
public override int GetColumnWidth(GridViewColumn column)
Parameters
Grid An instance of Grid |
Returns
System. The actual column width, when successful. |
Overrides
InvalidateLayout()
Invalidates the row layout
Declaration
public override void InvalidateLayout()
Overrides
InvalidateRenderColumns()
Invalidates the RenderColumns collection
Declaration
public override void InvalidateRenderColumns()
Overrides
MeasureRow(SizeF)
Measures the space required by the cells.
Declaration
public override SizeF MeasureRow(SizeF availableSize)
Parameters
System. The size that is available for grid rows. |
Returns
System. The size required by the row element. |
Overrides
ResizeColumn(Int32)
Changes the size of an already chosen column by using the specified delta
Declaration
public override void ResizeColumn(int delta)
Parameters
System.
|
Overrides
StartColumnResize(GridViewColumn)
Starts resizing of a column from the UI
Declaration
public override void StartColumnResize(GridViewColumn column)
Parameters
Grid The Grid |
Overrides
StretchColumn(GridViewColumn, Int32)
Stretches the column.
Declaration
public void StretchColumn(GridViewColumn column, int desiredWidth)
Parameters
Grid The column. |
System. Width of the desired. |
UpdateLayoutHelper()
Updates the layout helper.
Declaration
protected virtual void UpdateLayoutHelper()