Class ScrollableChildFrame
This is a panel which is used as a child panel of VisualContainer.
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Forms.CellGrid
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class ScrollableChildFrame : Panel, IDisposable
Constructors
ScrollableChildFrame(String)
Creates a new instance.
Declaration
public ScrollableChildFrame(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
MeasureOverride(Size)
Performs the measure related operations for CellsPanel.
Declaration
protected virtual Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Size | availableSize |
Returns
Type |
---|
System.Drawing.Size |
WndProc(ref Message)
Used to make the HitTestVisible as false
Declaration
protected override void WndProc(ref Message m)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Message | m |
Implements
System.IDisposable