xtd 0.2.0
Loading...
Searching...
No Matches

◆ status_bar_panel_auto_size

Specifies how a xtd::forms::status_bar_panel on a xtd::forms::status_bar content behaves when the content resizes.

Header
#include <xtd/forms/status_bar_panel_auto_size>
Namespace
xtd::forms
Library
xtd.forms
Remarks
This enumeration is used by the xtd::forms::status_bar_panel::auto_size property. The xtd::forms::status_bar_panel::auto_size property specifies how a xtd::forms::status_bar_panel is autosized on a xtd::forms::status_bar content.
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.