views:

409

answers:

0

What should i do if I want to limit the dropdown height of my combo box to 7? MaxDropdownHeight produces different results for different OS (Operating System); In XP for instance, if I set MaxdropDownHeight to 98, I get desired result, but when I try to test in Vista, its different. How shall I do this when using ComboBox in System.Windows.Controls namespace, which doesn't have a MaxDropdownItems property? Can you show me a XAML code snippet?