menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QATListBox - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QATListBox

    Class for QATListBox

    Inheritance
    System.Object
    QATListBox
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Controls.SfRibbon
    Assembly: Syncfusion.SfRibbon.UWP.dll
    Syntax
    [ClassReference(IsReviewed = false, ShouldInclude = false)]
    public class QATListBox : ListBox, IDisposable

    Constructors

    QATListBox()

    Initializes a new instance of the QATListBox class.

    Declaration
    public QATListBox()

    Fields

    AllowDragDropProperty

    Using a DependencyProperty as the backing store for AllowDragDrop. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty AllowDragDropProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    AllowDragDrop

    Gets or sets a value indicating whether QATListBox can be Dragged and Dropped

    Declaration
    [ClassReference(IsReviewed = false)]
    public bool AllowDragDrop { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    Dispose()

    dispose method

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Method for dispose

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    disposing parameter

    GetContainerForItemOverride()

    Creates or identifies the element that is used to display the given item

    Declaration
    protected override DependencyObject GetContainerForItemOverride()
    Returns
    Type Description
    Windows.UI.Xaml.DependencyObject

    returns Dependency Object

    IsItemItsOwnContainerOverride(Object)

    Determines if the specified item is (or is eligible to be) its own ItemContainer

    Declaration
    protected override bool IsItemItsOwnContainerOverride(object item)
    Parameters
    Type Name Description
    System.Object item

    object item

    Returns
    Type Description
    System.Boolean

    returns boolean

    OnApplyTemplate()

    Initializes all the child elements of the QATListBox

    Declaration
    protected override void OnApplyTemplate()

    OnManipulationCompleted(ManipulationCompletedRoutedEventArgs)

    Called when the is Completed

    Declaration
    protected override void OnManipulationCompleted(ManipulationCompletedRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs e

    Manipulation Completed Routed Event parameter

    OnManipulationStarted(ManipulationStartedRoutedEventArgs)

    Called before the Manipulation starts

    Declaration
    protected override void OnManipulationStarted(ManipulationStartedRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs e

    Manipulation Started Routed Event parameter

    OnPointerMoved(PointerRoutedEventArgs)

    Called when a pointer moves within the area

    Declaration
    protected override void OnPointerMoved(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    Pointer Routed Event parameter

    PrepareContainerForItemOverride(DependencyObject, Object)

    Arranges the container for over ride items

    Declaration
    protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
    Parameters
    Type Name Description
    Windows.UI.Xaml.DependencyObject element

    Dependency Object

    System.Object item

    object item

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved