Skybound Rebar

RebarBand.Maximize Method (Boolean)

Resizes the band to its maximum size with or without animation.

[Visual Basic]
Overloads Public Sub Maximize( _
   ByVal animate As Boolean _
)
[C#]
public void Maximize(
   bool animate
);

Parameters

animate
Specifies whether the resize action should be animated.

Remarks

The maximum width of a band is the remaining width on a row when all other bands are minimized. If the band is not visible, calling this method has no effect.

Exceptions

Exception Type Condition
InvalidOperationException The band was not added to a Rebar control.

See Also

RebarBand Class | Skybound.Rebar Namespace | RebarBand.Maximize Overload List | Minimize | Restore