Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
Disabling typing in a XamMultiColumnComboEditor
posted

Hello,

I'm finishing up on a XamMultiColumComboEditor but would like it to act more like a regular drop down without the typing/filtering functionality. Is there anyway that I can disable this? 

For context and extra information this is my XamMultiColumnComboEditor:

MinDropDownHeight="100"
MinDropDownWidth="245"
ItemsSource="{Binding Path=BankAccounts}"
AutoGenerateColumns="False"
DisplayMemberPath="AccountNumber"
SelectedItem="{Binding CurrentPayment.BankAccount,Mode=TwoWay}">











I also have this Text block to place hold when the MultiColumnComboEditor is null:

 

Any assistance on this would be awesome! looking forward on polishing this up.

Thanks,

Alex

Parents
No Data
Reply Children
No Data