Class RadScrollablePanelContainer
This class represents the container which holds
all controls put in a Rad
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadScrollablePanelContainer : Panel
Constructors
RadScrollablePanelContainer()
Creates an instance of the Rad
Declaration
public RadScrollablePanelContainer()
RadScrollablePanelContainer(RadScrollablePanel)
Creates an instance of the Rad
Declaration
public RadScrollablePanelContainer(RadScrollablePanel parentPanel)
Parameters
Rad An instance of the Rad |
Properties
AllowAutomaticScrollToControl
Gets or sets a value indicating whether the focused control inside the RadScrollablePanel will be automatically scrolled into view when gaining focus.
Declaration
public bool AllowAutomaticScrollToControl { get; set; }
Property Value
System.
|
AutoScroll
Declaration
public override bool AutoScroll { get; set; }
Property Value
System.
|
AutoSize
Declaration
public override bool AutoSize { get; set; }
Property Value
System.
|
Dock
Declaration
public override DockStyle Dock { get; set; }
Property Value
System.
|
Location
Declaration
public Point Location { get; set; }
Property Value
System.
|
Name
Declaration
public string Name { get; set; }
Property Value
System.
|
TabIndex
Declaration
public int TabIndex { get; set; }
Property Value
System.
|
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.
|
GetFieldValue(Object, String)
Declaration
protected virtual object GetFieldValue(object instance, string fieldName)
Parameters
System.
|
System.
|
Returns
System.
|
OnControlAdded(ControlEventArgs)
Declaration
protected override void OnControlAdded(ControlEventArgs e)
Parameters
System.
|
OnControlRemoved(ControlEventArgs)
Declaration
protected override void OnControlRemoved(ControlEventArgs e)
Parameters
System.
|
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
System.
|
ProcessAutoSizeChanged(Boolean)
Declaration
protected virtual void ProcessAutoSizeChanged(bool value)
Parameters
System.
|
ScrollToControl(Control)
Declaration
protected override Point ScrollToControl(Control activeControl)
Parameters
System.
|
Returns
System.
|
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
System.
|
Events
ScrollBarSynchronizationNeeded
Declaration
public event ScrollbarSynchronizationNeededEventHandler ScrollBarSynchronizationNeeded