Version

NextItemAlignment Enumeration

Specifies where an item should align when scrolled into view. ///
Members
MemberDescription
CenterSpecifies that the center of an item should be aligned with the center of the visible container.
FarSpecifies that the right/bottom edge of an item should be aligned with the right/bottom most area of the visible container.
NearSpecifies that the left/top edge of an item should be aligned with the left/top most area of the visible container.
Inheritance Hierarchy

Object
   Infragistics.Web.UI.NextItemAlignment

See Also