Changes visibility state of scrollbars associated with window.
Syntax
[Obsolete("Use the ScrollChanged event of the page display to receive notifications when the scroll changes.")]
void ShowScrollBar(
ImGearScrollBarType ,
bool
)
[Obsolete("Use the ScrollChanged event of the page display to receive notifications when the scroll changes.")]
void ShowScrollBar(
ImGearScrollBarType ,
bool
)
[Obsolete("Use the ScrollChanged event of the page display to receive notifications when the scroll changes.")]
void ShowScrollBar(
ImGearScrollBarType ,
bool
)
Parameters
- scrollBarType
- Specifies the scrollbar whose attributes are changed.
- state
- Show (true) or hide (false) scrollbar.
See Also