I want to get the actual height of the ComboBox plus the height of its DropDown when it is opened. However there does not appear to be an accessible property on the ComboBox to give this.
The ComboBox.ActualHeight property only gives the height of the base ComboBox, not its dropdown.
This one is kind of infuriating as I think I can see the value set on a property in the debugger, but the property is not accessible in code for some reason - ItemsHost.ActualHeight.
See below:
However, ItemsHost which appears to have the height of the dropdown is not accessible from code!