如何设置 XamComboEditor 弹出窗口的宽度?
我想设置 XamComboEditor 弹出窗口的宽度,使其比控件本身更宽 - 类似于 XamWebComboEditor 的 Infragistics 线程。我尝试过,只是更改控件类型,但没有用。我探索了另一种选择,但不太明白。
I want to set the width of the the popup of the XamComboEditor so that it will be wider than the control itself -- something like what is described in an Infragistics thread for the XamWebComboEditor. I tried that, just changing the control type, but it didn't work. I explored another option, but didn't quite understand it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看我的关于此事的帖子。
简而言之,它在 DropDownOpening 事件处理程序中找到弹出窗口,并将其宽度设置为所需的值。
check out my post on the matter.
In a nutshell it finds the popup in the DropDownOpening event handler and set its width to the desired value.