IScrollProvider::VerticallyScrollable property
Indicates whether the control can scroll vertically.
This property is read-only.
Syntax
HRESULT get_VerticallyScrollable( [out, retval] BOOL *pRetVal );
Property value
Type: BOOL*
TRUE if the UI Automation element can scroll vertically; 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 viewable area, meaning IScrollProvider::VerticallyScrollable is FALSE. However, resizing the control or adding child items may increase the bounds of the content area beyond the viewable area, meaning that IScrollProvider::VerticallyScrollable 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