简体   繁体   中英

datagridview text box column containing button

在此处输入图片说明

regarding to above picture i want to have a datagridview by spacial column which have a button at left side. Users can both type values in the text box or click the button to select value from a list. when users click the button a new form appears below the selected cell. is there any way to create any thing like this in C# windows form application?

对于Data Grid View控件,您需要创建自己的用户控件,其中包含按钮和文本框。下一个链接显示了一些示例: 单个DataGridView单元中有多个控件

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM