edifice.ScrollView¶
- 
class edifice.ScrollView(layout='column', **kwargs)[source]¶
- Bases: - edifice.base_components._LinearView- Scrollable layout widget for grouping children together.   - A ScrollView containing a Label.¶ - Unlike View, overflows in both the x and y direction will cause a scrollbar to show. - Parameters
- layout – one of column or row. A row layout will lay its children in a row and a column layout will lay its children in a column. The position of their children is not adjustable. 
 - Methods - Attributes - children- The children of this component. - props- The props of this component.