scroll_bars

When the component overflows, adding a scroll bar allows the user to scroll the view

Basic usage

1<view theme="Info" height="100.0" width="100.0" clip_x="true" clip_y="true">
2  <scroll_bars as_prop="scroll_bars"></scroll_bars>
3  <view height="200.0" width="20.0"></view>
4</view>

Properties

NameDescriptionType
scroll_xWhether to display the x-axis scroll barbool
scroll_yWhether to display the y-axis scroll barbool

Event callback

None