Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the control can scroll horizontally.
This property is read-only.
Syntax
HRESULT get_HorizontallyScrollable(
BOOL *pRetVal
);
Parameters
pRetVal
Return value
None
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
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2003 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | uiautomationcore.h (include UIAutomation.h) |