I have added two new options called Exactline and Expandline to the Navigator.BarMultiline setting. Here is a list of all the available options, including the new ones, with a picture so you can visualize the differences…

BarMultiline = Singleline
All items are placed on a single line that extends beyond the edge of the display area. So some of the items might not be visible until you scroll them into view.

BarMultiline = Multiline
Multiple lines of items are created in order to ensure that all the items are visible. When using tab style headers the line with the selected item is always moved to join onto the group area.

BarMultiline = Exactline
Items are placed on a single line, but all items are resized to ensure the entire line area is used up. So items are expanded if they do not naturally fill up the line and items are shrunk if they naturally would overflow the line.

BarMultiline = Shrinkline
Items are only resized if they naturally overflow the single line, in which case they are shrunk down so they no longer overflow the display area.

BarMultiline = Expandline
If the items do not fill up the entire line then they are expanded to ensure the line is fully used. If the items naturally extend over the line then they are unchanged.

Leave a Reply