repositoryItemPopMY是我在GridView中添加的模板列
private void repositoryItemPopMY_QueryPopUp(object sender, CancelEventArgs e)
{
PopupContainerEdit popupedit = (PopupContainerEdit)sender;
popupContainerControl2.Width = popupedit.Width;
}
本文介绍了一个关于在GridView中使用repositoryItemPopMY模板列时如何调整弹出窗口宽度的方法。通过监听QueryPopUp事件,实现了PopupContainerEdit组件的宽度自适应。
510

被折叠的 条评论
为什么被折叠?



