ClassRadScrollablePanelContainer
This class represents the container which holds all controls put in a RadScrollablePanel control. The scrolling support comes from this container.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadScrollablePanelContainer : Panel, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlPanelRadScrollablePanelContainer
Derived Classes:
Implements:
Inherited Members
Constructors
RadScrollablePanelContainer()
Creates an instance of the RadScrollablePanelContainer class. This constructor is used by the Visual Studio Designer.
Declaration
public RadScrollablePanelContainer()
RadScrollablePanelContainer(RadScrollablePanel)
Creates an instance of the RadScrollablePanelContainer class.
Declaration
public RadScrollablePanelContainer(RadScrollablePanel parentPanel)
Parameters
parentPanel
An instance of the RadScrollablePanel class which represents the owner of this container.
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
AutoScroll
Declaration
public override bool AutoScroll { get; set; }
Property Value
Overrides
AutoSize
Declaration
[Browsable(false)]
public override bool AutoSize { get; set; }
Property Value
Overrides
Dock
Declaration
[Browsable(false)]
public override DockStyle Dock { get; set; }
Property Value
Overrides
Methods
Dispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
disposing
Overrides
OnControlAdded(ControlEventArgs)
Declaration
protected override void OnControlAdded(ControlEventArgs e)
Parameters
e
Overrides
OnControlRemoved(ControlEventArgs)
Declaration
protected override void OnControlRemoved(ControlEventArgs e)
Parameters
e
Overrides
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
e
Overrides
ProcessAutoSizeChanged(bool)
Declaration
protected virtual void ProcessAutoSizeChanged(bool value)
Parameters
value
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
m
Overrides
Events
ScrollBarSynchronizationNeeded
Declaration
public event ScrollbarSynchronizationNeededEventHandler ScrollBarSynchronizationNeeded
Event Value