Class RadLoopingList
Inherited Members
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
LoadCore()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
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()
Events
IsExpandedChanged
Declaration
public event EventHandler IsExpandedChanged
Event Type
|
System.EventHandler
|
SelectedIndexChanged
Declaration
public event EventHandler SelectedIndexChanged
Event Type
|
System.EventHandler
|