ItemRange struct¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.ItemRange
Modifiers: public sealed
Summary¶
Items range.
Based on https://github.com/sbaeumlisberger/VirtualizingWrapPanel.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class ItemRange
class IEquatable~ItemRange~ {
<>
}
IEquatable~ItemRange~ <|.. ItemRange
Implements: IEquatable
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [ItemRange](# struct. |
Properties¶
| Name | Summary |
|---|---|
| StartIndex | Gets the start index. |
| EndIndex | Gets the end index. |
Methods¶
| Name | Summary |
|---|---|
| Contains | Determines whether this instance contains the object. |
| ToString | |
| GetHashCode | |
| Equals |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |