IScrollProvider::HorizontallyScrollable property
Indicates whether the control can scroll horizontally.
This property is read-only.
Syntax
HRESULT get_HorizontallyScrollable( [out, retval] BOOL *pRetVal );
Property value
Type: BOOL*
TRUE if the UI Automation element can scroll horizontally; otherwise FALSE. This parameter is passed uninitialized.
Remarks
This property can be dynamic. For example, the content area of the control might not be larger than the current viewable area, meaning IScrollProvider::HorizontallyScrollable is FALSE. However, either resizing the control or adding child items may increase the bounds of the content area beyond the viewable area, meaning IScrollProvider::HorizontallyScrollable is TRUE.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
See also