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

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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