强制 RadComboBox 下拉方向
用户希望 RadComboBox 的下拉窗口向上而不是向下,无论他们位于屏幕上的哪个位置。不知道为什么,但你将如何实现这一点?
注意:我有一个带有自定义模板的 RadComboBox,而不是默认实现。
谢谢。
Users are desiring that the drop down window of a RadComboBox go up instead of down, regardless of where on the screen they are. Not sure why, but how would you implement this?
Note: I have a RadComboBox with a custom template, not the default implementation.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须禁用屏幕边界检测。然后您可以将展开方向设置为“向上”,例如:
更新:看来这也可以在不禁用
EnableScreenBoundaryDetection
的情况下工作。You have to disable screen boundary detection. Then you can set the expand direction to "Up", e.g:
Update: it seems this also works without disabling
EnableScreenBoundaryDetection
.