skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadLoopingList

Inheritance
System.Object
RadControl
RadLoopingList
DateTimeList
Inherited Members
RadControl.EndVisualStateUpdate(Boolean, Boolean)
RadControl.UpdateVisualState(Boolean)
RadControl.BeginVisualStateUpdate()
RadControl.SetVisualState(String, Boolean)
RadControl.CanUpdateVisualState()
RadControl.ComposeVisualStateName()
RadControl.MeasureOverride(Size)
RadControl.ArrangeOverride(Size)
RadControl.OnApplyTemplate()
RadControl.UnapplyTemplateCore()
RadControl.OnIsEnabledChanged(Boolean, Boolean)
RadControl.OnLoaded()
RadControl.UnloadCore()
RadControl.CurrentVisualState
RadControl.IsLoaded
RadControl.IsLoading
RadControl.IsUnloaded
RadControl.WasUnloaded
RadControl.IsTemplateApplied
Namespace: Telerik.UI.Xaml.Controls.Primitives.LoopingList
Assembly: Telerik.WinUI.Controls.dll

Syntax

public class RadLoopingList : RadControl

Constructors

RadLoopingList()

Declaration
public RadLoopingList()

Fields

CenteredItemSnapPositionProperty

Declaration
public static readonly DependencyProperty CenteredItemSnapPositionProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsCenteredProperty

Declaration
public static readonly DependencyProperty IsCenteredProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsExpandedProperty

Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsLoopingEnabledProperty

Declaration
public static readonly DependencyProperty IsLoopingEnabledProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ItemHeightProperty

Declaration
public static readonly DependencyProperty ItemHeightProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ItemSpacingProperty

Declaration
public static readonly DependencyProperty ItemSpacingProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ItemsSourceProperty

Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ItemStyleProperty

Declaration
public static readonly DependencyProperty ItemStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ItemTemplateProperty

Declaration
public static readonly DependencyProperty ItemTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ItemTemplateSelectorProperty

Declaration
public static readonly DependencyProperty ItemTemplateSelectorProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ItemWidthProperty

Declaration
public static readonly DependencyProperty ItemWidthProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

OrientationProperty

Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

SelectedIndexProperty

Declaration
public static readonly DependencyProperty SelectedIndexProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

SnapOffsetCorrectionProperty

Declaration
public static readonly DependencyProperty SnapOffsetCorrectionProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

Properties

CenteredItemSnapPosition

Declaration
public LoopingListItemSnapPosition CenteredItemSnapPosition { get; set; }
Property Value
LoopingListItemSnapPosition

FirstRealizedIndex

Declaration
public int FirstRealizedIndex { get; }
Property Value
System.Int32

IsCentered

Declaration
public bool IsCentered { get; set; }
Property Value
System.Boolean

IsExpanded

Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean

IsInitialized

Declaration
public bool IsInitialized { get; }
Property Value
System.Boolean

IsLoopingEnabled

Declaration
public bool IsLoopingEnabled { get; set; }
Property Value
System.Boolean

ItemHeight

Declaration
public double ItemHeight { get; set; }
Property Value
System.Double

ItemSpacing

Declaration
public double ItemSpacing { get; set; }
Property Value
System.Double

ItemsSource

Declaration
public IList ItemsSource { get; set; }
Property Value
System.Collections.IList

ItemStyle

Declaration
public Style ItemStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

ItemTemplate

Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
Microsoft.UI.Xaml.DataTemplate

ItemTemplateSelector

Declaration
public DataTemplateSelector ItemTemplateSelector { get; set; }
Property Value
Microsoft.UI.Xaml.Controls.DataTemplateSelector

ItemWidth

Declaration
public double ItemWidth { get; set; }
Property Value
System.Double

Orientation

Declaration
public Orientation Orientation { get; set; }
Property Value
Microsoft.UI.Xaml.Controls.Orientation

SelectedIndex

Declaration
public int SelectedIndex { get; set; }
Property Value
System.Int32

SnapOffsetCorrection

Declaration
public double SnapOffsetCorrection { get; set; }
Property Value
System.Double

VerticalOffset

Declaration
public double VerticalOffset { get; }
Property Value
System.Double

Methods

AnimateVerticalOffset(Duration, EasingFunctionBase, Double)

Declaration
public void AnimateVerticalOffset(Duration duration, EasingFunctionBase easing, double offset)
Parameters
Microsoft.UI.Xaml.Duration duration

Microsoft.UI.Xaml.Media.Animation.EasingFunctionBase easing

System.Double offset

AnimateVerticalOffset(Double)

Declaration
public void AnimateVerticalOffset(double offset)
Parameters
System.Double offset

ApplyTemplateCore()

Declaration
protected override bool ApplyTemplateCore()
Returns
System.Boolean

Overrides
RadControl.ApplyTemplateCore()

LoadCore()

Declaration
protected override void LoadCore()
Overrides
RadControl.LoadCore()

OnCreateAutomationPeer()

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer

Overrides
RadControl.OnCreateAutomationPeer()

OnGotFocus(RoutedEventArgs)

Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.RoutedEventArgs e

OnLostFocus(RoutedEventArgs)

Declaration
protected override void OnLostFocus(RoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.RoutedEventArgs e

OnManipulationCompleted(ManipulationCompletedRoutedEventArgs)

Declaration
protected override void OnManipulationCompleted(ManipulationCompletedRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs e

OnManipulationDelta(ManipulationDeltaRoutedEventArgs)

Declaration
protected override void OnManipulationDelta(ManipulationDeltaRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs e

OnManipulationStarted(ManipulationStartedRoutedEventArgs)

Declaration
protected override void OnManipulationStarted(ManipulationStartedRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.ManipulationStartedRoutedEventArgs e

OnPointerPressed(PointerRoutedEventArgs)

Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs e

OnPointerReleased(PointerRoutedEventArgs)

Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs e

OnTapped(TappedRoutedEventArgs)

Declaration
protected override void OnTapped(TappedRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.TappedRoutedEventArgs e

OnTemplateApplied()

Declaration
protected override void OnTemplateApplied()
Overrides
RadControl.OnTemplateApplied()

Events

IsExpandedChanged

Declaration
public event EventHandler IsExpandedChanged
Event Type
System.EventHandler

SelectedIndexChanged

Declaration
public event EventHandler SelectedIndexChanged
Event Type
System.EventHandler

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.