0

I want to see if i can set the direction that the combo boxes will pop up when the user clicks on them. I am developing this for WEC7 Platform Builder project with Silverlight for Embedded Application project.

My main issue is, i have some combo box elements towards the bottom of my screen due to content density on the screen. As a result, when i click on the combo box, it will first open facing up. However, when selecting it again, it will face down. This causes the combo box scroll bar to become so little that you cannot actually scroll and are forced to click the up and down arrow buttons.

Can i set the direction that the combo box will open?

Thanks,

Javia1492
  • 862
  • 11
  • 28
  • I forget for embedded, but does the property `PlacementMode` exist? So you can just add like `` – Chris W. Sep 15 '15 at 15:52
  • @ChrisW. Unfortunately, `PlacementMode` is not a property of the `ComboBox` that i have available. – Javia1492 Sep 15 '15 at 17:35
  • I'd bet you could just tweak the style template and use a quick `BasedOn` for it, but I couldn't seem to find the default style templates in docs for embedded to see. – Chris W. Sep 15 '15 at 18:08

0 Answers0