ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DropDownButton Class / GetPreferedLocations Method

In This Topic
    GetPreferedLocations Method
    In This Topic
    Get the locations where the dropdown will try to locate the Windows.UI.Xaml.Controls.Primitives.Popup once it's opened.
    Syntax
    'Declaration
     
    Protected Overridable Function GetPreferedLocations() As System.Collections.Generic.List(Of AnchorMatching)
    protected virtual System.Collections.Generic.List<AnchorMatching> GetPreferedLocations()

    Return Value

    Ordered list of AnchorMatching to try.
    See Also