TouchGFX + 0/2 examples
CodeScope will show references to touchgfx::ScrollableContainer::setScrollbarsVisible() from the following samples and libraries:
Examples
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::ScrollableContainer::setScrollbarsVisible()

touchgfx::ScrollableContainer::setScrollbarsVisible() method

@fn void ScrollableContainer::setScrollbarsVisible(bool newVisible); Sets the visibility of the scrollbars, when the scrollable area is pressed. Sets the visibility of the scrollbars, when the scrollable area is pressed.

Syntax

void setScrollbarsVisible(bool newVisible);

Arguments

newVisible

If true (default), the scrollbars are visible when scrollable area is pressed. If false, scrollbars are always hidden.

Examples

touchgfx::ScrollableContainer::setScrollbarsVisible() is referenced by 2 libraries and example projects.

References

LocationText
ScrollableContainer.hpp:128
void setScrollbarsVisible(bool newVisible);