导航

随笔分类 -  devexpress

摘要:将需要弹出的控件放到PopupContainerControl 这个容器中在窗体中添加一个PopupContainerEdit设置PopupContainerEdit 对象的 Properties.PopupControl为PopupContainerControl 对象Properties.ShowPopupCloseButton = false;this._sender.Properties.PopupSizeable = false;在单机事件中 调用PopupContainerEdit 对象的ShowPopup();这样就可以实现 类似于手机软键盘等类似的浮动显示功能 阅读全文

posted @ 2011-11-16 18:24 I am jacob 阅读(1686) 评论(0) 推荐(0)