The range of items currently displayed by a virtual layout.

Available since

1.0.0

.

Constructor

new(start:Int, end:Int)

Creates a VirtualLayoutRange object with the given arguments.

Variables

end:Int

The end index of the range. Inclusive.

Available since

1.0.0

.

start:Int

The start index of the range. Inclusive.

Available since

1.0.0

.