| Package | feathers.layout |
| Interface | public interface ITrimmedVirtualLayout extends IVirtualLayout, ILayout, IFeathersEventDispatcher |
| Implementors | HorizontalLayout, VerticalLayout |
layout().
| Property | Defined By | ||
|---|---|---|---|
| afterVirtualizedItemCount : int
The number of virtualized items that appear after the items passed
to layout(). | ITrimmedVirtualLayout | ||
| beforeVirtualizedItemCount : int
The number of virtualized items that appear before the items passed
to layout(). | ITrimmedVirtualLayout | ||
![]() | typicalItemHeight : Number
The height, in pixels, of a "typical" item that is used to virtually
fill in blanks for the layout. | IVirtualLayout | |
![]() | typicalItemWidth : Number
The width, in pixels, of a "typical" item that is used to virtually
fill in blanks for the layout. | IVirtualLayout | |
![]() | useVirtualLayout : Boolean
Determines if virtual layout can be used. | IVirtualLayout | |
| afterVirtualizedItemCount | property |
afterVirtualizedItemCount:int
The number of virtualized items that appear after the items passed
to layout(). Allows the array of items to be smaller
than the full size. Does not work if the layout has variable item
dimensions.
public function get afterVirtualizedItemCount():int public function set afterVirtualizedItemCount(value:int):void| beforeVirtualizedItemCount | property |
beforeVirtualizedItemCount:int
The number of virtualized items that appear before the items passed
to layout(). Allows the array of items to be smaller
than the full size. Does not work if the layout has variable item
dimensions.
public function get beforeVirtualizedItemCount():int public function set beforeVirtualizedItemCount(value:int):void