强制radcombobox控件下拉方向 [英] Forcing RadComboBox drop down direction

查看:194
本文介绍了强制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?

注:我有一个自定义模板radcombobox控件,而不是默认执行

Note: I have a RadComboBox with a custom template, not the default implementation.

感谢。

推荐答案

您必须禁用屏幕边界检测。然后,您可以设置扩展方向向上,例如:

You have to disable screen boundary detection. Then you can set the expand direction to "Up", e.g:

<telerik:RadComboBox runat="server"
    EnableScreenBoundaryDetection="false" ExpandDirection="Up" />

更新:看来这还没有禁用的作品 EnableScreenBoundaryDetection

这篇关于强制radcombobox控件下拉方向的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆