Skybound Rebar

Rebar.Rows Property

Gets a collection of rows that contain the bands in this instance, organized by position.

[Visual Basic]
Public ReadOnly Property Rows As RebarRowCollection
[C#]
public Rebar.RebarRowCollection Rows {get;}

Property Value

A Rebar.RebarRowCollection that contains the RebarBand components assigned to this rebar, organized into rows by position.

Remarks

Bands in a rebar control are organized into rows. Each row contains one or more bands, and all bands in a row are the same height.

The Rebar class provides two ways to access its bands. The Bands property provides a stable collection of bands (the order of the bands does not change, even if the band order is changed by dragging a band). The Rows property contains a collection that represents rows of bands. The order of the RebarBand components in each row matches the physical layout of the bands on the screen.

See Also

Rebar Class | Skybound.Rebar Namespace