Class SelectionPanel
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.CellGrid
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public class SelectionPanel : ScrollableChildFrame, IDisposable
Constructors
SelectionPanel(String)
Initializes a new instance of the SelectionPanel class.
Declaration
public SelectionPanel(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of the panel. |
Methods
ArrangeOverride(Size)
Arranges the content of SelectionPanel in SfCellGrid.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize | The final size which the panel used to arrange itself. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The actual size used. |
Overrides
Dispose(Boolean)
Dispose the live resources used by the SelectionPanel class.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Dispose the instance, if it is True |
Overrides
MeasureOverride(Size)
When overridden in a derived class, measures the size in layout required for child elements and determines a size for the SelectionPanelderived class.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize | The size that the panel can occupy. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The desired size of SelectionPanel. |
Overrides
RenderSelectedCells()
Used to draw the borders for selection in SfCellGrid.
Declaration
protected virtual void RenderSelectedCells()
Implements
System.IDisposable