Get the locations where the dropdown will try to locate the Popup once it's opened.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
protected virtual List<AnchorMatching> GetPreferedLocations()
Visual Basic
Protected Overridable Function GetPreferedLocations As List(Of AnchorMatching)

Return Value

Ordered list of AnchorMatching to try.

See Also