I have customized the visual of a combobox and need to know whether the combobox's popup was opened up or down.
It seens to be very easy to do when I use a popup in an usercontrol, I can get its verticalloffset.
BUT, when I use a popup as part of another control (ComboBox). The horizontaloffset and verticalloffset is always equals to 0.0. I need something like the popup placement property I have in WPF (MenuItem, ComboBox)...
ps. I dont wanna set the popup placement, just get this information.
Thank You in Advance!
Josimari Martarelli