views:

215

answers:

1

Is there a way to force the dropdown of a RadComboBox to ONLY appear below and never above regardless of what the control feels would be the most visible?

+2  A: 

Setting the EnableScreenBoundaryDetection property to false should do the trick.

korchev