ClassTableViewRowLayout
Represents the tabular row layout.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class TableViewRowLayout : TableViewRowLayoutBase, IGridRowLayout, IDisposable
Inheritance: objectTableViewRowLayoutBaseTableViewRowLayout
Implements:
Inherited Members
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
Overrides
GroupRowDesiredSize
Gets the desired row size for group rows.
Declaration
public override SizeF GroupRowDesiredSize { get; }
Property Value
Overrides
LayoutImpl
Gets the helper for the column layout.
Declaration
public ColumnLayoutHelper LayoutImpl { get; }
Property Value
The helper for the column layout.
ScrollableColumns
Gets the scrollable columns
Declaration
public override IList<GridViewColumn> ScrollableColumns { get; }
Property Value
IList<GridViewColumn>
Overrides
Methods
ArrangeCell(RectangleF, GridCellElement)
Arranges the cells in the row.
Declaration
public override RectangleF ArrangeCell(RectangleF clientRect, GridCellElement cell)
Parameters
clientRect
The size that is available for the specified row.
cell
The GridRowElement to arrange.
Returns
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
column
The column.
Returns
Overrides
GetColumnWidth(GridViewColumn)
Gets the actual column width
Declaration
public override int GetColumnWidth(GridViewColumn column)
Parameters
column
An instance of GridViewColumn.
Returns
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.
ResizeColumn(int)
Changes the size of an already chosen column by using the specified delta
Declaration
public override void ResizeColumn(int delta)
Parameters
delta
Overrides
StartColumnResize(GridViewColumn)
Starts resizing of a column from the UI
Declaration
public override void StartColumnResize(GridViewColumn column)
Parameters
column
The GridViewColumn to resize
Overrides
StretchColumn(GridViewColumn, int)
Stretches the column.
Declaration
public void StretchColumn(GridViewColumn column, int desiredWidth)
Parameters
column
The column.
desiredWidth
Width of the desired.
UpdateLayoutHelper()
Updates the layout helper.
Declaration
protected virtual void UpdateLayoutHelper()