[]
Represents a content range implementation for StaticContentLayoutManager.
public interface IStaticContentRange : IContentRange
| Name | Description |
|---|---|
| CompleteItemHorizontally | Gets a value indicating whether a complete item fits into this range horizontally. |
| CompleteItemVertically | Gets a value indicating whether a complete item fits into this range vertically. |
| EndHorzRange | Gets the right coordinate of the viewport. |
| EndVertRange | Gets the bottom coordinate of the viewport. |
| ItemHeight | Gets the complete item height. |
| ItemWidth | Gets the complete item width. |
| StartHorzRange | Gets the left coordinate of the viewport. |
| StartVertRange | Gets the top coordinate of the viewport. |