[NullableContext((byte)1)] [Nullable((byte)0)] public sealed class Table : Visual, IVisualElement, Table.IBindings, Visual.IBindings
kind:method
kind:property
kind:ctor
Table()
Table(IEnumerable<Visual>, IEnumerable<IEnumerable<Visual>>)
Table(IEnumerable<Visual>)
ChildrenCount
HeaderCells
LastRowIsFooter
RowCells
ShowFooterSeparator
ShowHeaderSeparator
Table.IBindings.LastRowIsFooter
Table.IBindings.ShowFooterSeparator
Table.IBindings.ShowHeaderSeparator
ArrangeCore(in Rectangle)
BindLastRowIsFooter(Binding<Boolean>)
BindShowFooterSeparator(Binding<Boolean>)
BindShowHeaderSeparator(Binding<Boolean>)
GetChild(Int32)
MeasureCore(in LayoutConstraints)
RenderOverride(CellBuffer)
HeaderCells(Table, IEnumerable<Visual>?)
HeaderCells(Table, ReadOnlySpan<Visual>)
LastRowIsFooter(Table, Boolean)
LastRowIsFooter(Table, Func<Boolean>)
LastRowIsFooter(Table, Binding<Boolean>)
RowCells(Table, IEnumerable<VisualList<Visual>>?)
RowCells(Table, ReadOnlySpan<VisualList<Visual>>)
ShowFooterSeparator(Table, Boolean)
ShowFooterSeparator(Table, Func<Boolean>)
ShowFooterSeparator(Table, Binding<Boolean>)
ShowHeaderSeparator(Table, Boolean)
ShowHeaderSeparator(Table, Func<Boolean>)
ShowHeaderSeparator(Table, Binding<Boolean>)
AddHeader(Table, Visual)
AddRow(Table, Visual[])
Headers(Table, Visual[])
Rows(Table, Visual[])
Rows(Table, Visual[][])