Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
用户希望 RadComboBox 的下拉窗口向上而不是向下,无论他们在屏幕上的哪个位置。不知道为什么,但你会如何实现呢?
注意:我有一个带有自定义模板的 RadComboBox,而不是默认实现。
谢谢。
您必须禁用屏幕边界检测。然后您可以将展开方向设置为“向上”,例如:
<telerik:RadComboBox runat="server" EnableScreenBoundaryDetection="false" ExpandDirection="Up" />
更新:似乎这也可以在不禁用EnableScreenBoundaryDetection.
EnableScreenBoundaryDetection