|
strong |
Specifies how a xtd::forms::status_bar_panel on a xtd::forms::status_bar content behaves when the content resizes.
Enumerator | |
---|---|
none | The xtd::forms::status_bar_panel does not change size when the xtd::forms::status_bar control resizes. |
spring | The xtd::forms::status_bar_panel shares the available space on the xtd::forms::status_bar (the space not taken up by other panels whose xtd::forms::status_bar_panel::auto_size property is set to None or xtd::forms::status_bar_panel_auto_size::contents) with other panels that have their xtd::forms::status_bar_panel::auto_size property set to xtd::forms::status_bar_panel_auto_size::spring. |
contents | The width of the xtd::forms::status_bar_panel is determined by its contents. |