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
Creates an instance of the RadScrollablePanelContainer class. This constructor is used by the Visual Studio Designer.
public RadScrollablePanelContainer()
Creates an instance of the RadScrollablePanelContainer class.
public RadScrollablePanelContainer(RadScrollablePanel parentPanel)
An instance of the RadScrollablePanel class which represents the owner of this container.
Properties
Gets or sets a value indicating whether the focused control inside the RadScrollablePanel will be automatically scrolled into view when gaining focus.
public bool AllowAutomaticScrollToControl { get; set; }
public override bool AutoScroll { get; set; }
Overrides:
Methods
protected override void OnControlAdded(ControlEventArgs e)
Overrides:
protected override void OnControlRemoved(ControlEventArgs e)
Overrides:
Events
public event ScrollbarSynchronizationNeededEventHandler ScrollBarSynchronizationNeeded