We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Unable to control the Orientation of AutoComplete popup.

Hello I'm having a problem where the AutoComplete Control used in a DataTemplate has it's dropdown default to the orientation of the ItemPanelTemplate. If I set the orientation there it changes the orientation in the AutoComplete.

I have the AutoComplete contained in a StackPanel with the Orientation set to Vertical.

Psudo code follows:





Source="Custom" IsAutoAppend="True"
IsHistory="False" IsAutoCompleteItem="False"
IsFilter="True" Text="{Binding MyProperty}">