Skybound Rebar

RebarBand.Maximize Method ()

Resizes the band to its maximum size. The action is animated when specified by the AnimateBands property of the parent control.

[Visual Basic]
Overloads Public Sub Maximize()
[C#]
public void Maximize();

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