Version

Scrollable Property

Behavior of scroll bars that are used for the container of child controls.
Syntax
'Declaration
 
Public Property Scrollable As OverflowType
public OverflowType Scrollable {get; set;}
Remarks

Notes:

  • If scrollbars are enabled, then they work better when UltraWebTab.FixedLayout is enabled.
  • If UltraWebTab.FixedLayout is disabled, then the size of UltraWebTab may depend on the size of ContentPane and there can be nothing to scroll.
  • That property is used to set the value of the OVERFLOW attribute of the DIV html element that represents the ContentPane.
  • The value of Visible is the browser-default for the OVERFLOW and ContentPane should be fully visible (depends on a particular browser).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also