[−][src]Type Definition iced::widget::scrollable::Scrollable
type Scrollable<'a, Message> = Scrollable<'a, Message, Renderer<Backend>>;
A widget that can vertically display an infinite amount of content with a scrollbar.
This is an alias of an iced_native
scrollable with a default
Renderer
.