Skip to content

Introduce fixed layouting mode for SwipeNavigator

Jan Blackquill requested to merge work/cblack/sizing-swipenavigator into master
/**
* fixed: bool
*
* Whether or not the SwipeNavigator should present tabs in a fixed presentation
* rather than an adaptive presentation.
*
* Setting this to true:
* - disables adaptive layouting on tabs
* - forces all tabs to be the same width
* - disables adaptive scrolling
*/

Merge request reports