Type | Description | |||
Long | A long expression that specifies the width for non-working units. The expression could be positive or negative as explained bellow. |
The UnitWidthNonworking property has effect only if:
The UnitWidthNonworking property specifies the width for non-working units being displayed in the base level as follow:
1. The following screen shot shows the non-working units when the UnitWidthNonworking property is 0 ( by default ):
The days 30, 31, 6, 7, ... are shown using the same width, when the UnitWidthNonworking property is 0
2. The following screen shot shows the non-working units when the UnitWidthNonworking property is 12 ( positive value ):
The days 30, 31, 6, 7, 13, 14, ... are shown using the a different width, when the UnitWidthNonworking property is positive.
3. The following screen shot shows the non-working units when the UnitWidthNonworking property is -12 ( negative value ):
The days 30, 31, 6, 7, 13, 14, ... are shown as a single non-working unit, when the UnitWidthNonworking property is negative.
4. The following screen shot hides the non-working units when the ShowNonworkingUnits property is False:
The days 30, 31, 6, 7, 13, 14, ... are not shown if the ShowNonworkingUnits property is False.