Skip to content

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

NameSummary
.ctorInitializes a new instance of the [ItemRange](# struct.

Properties

NameSummary
StartIndexGets the start index.
EndIndexGets the end index.

Methods

NameSummary
ContainsDetermines whether this instance contains the object.
ToString
GetHashCode
Equals

Operators

NameSummary
static op_Inequality
static op_Equality