| Visual Basic (Declaration) | |
|---|---|
Public Class UltraPanelClientArea Inherits Infragistics.Win.Misc.CommonControls.AutoScrollContainerPanel Implements Infragistics.Win.IUltraControlElement | |
| C# | |
|---|---|
public class UltraPanelClientArea : Infragistics.Win.Misc.CommonControls.AutoScrollContainerPanel, Infragistics.Win.IUltraControlElement | |
If there are no scroll bars visible in the UltraPanel, this control will occupy the entire area of the control. Otherwise, it will occupy the area which is no occupied by the scroll bars.
Controls cannot be added directly to the UltraPanel. Child control must be added to the client area of the UltraPanel, which can be accessed from the ClientArea property.