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

link|improve this question

17% accept rate
I need to know where the popup panel was opened (UP or DOWN). Im checking it in the ComboBox's Opened Event, but cant retrieve the popup's PLACEMENT (AS IN WPF) nether verticalloffset, relative or absolute position.Y because the PopUp is in a template as part of another control (ComboBox).... I gues! – Josimari Martarelli Jul 18 '11 at 13:03
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.