How to add two buttons with textbox in a single cell ofcolumn?

R

RobinS

YOu could try creating your own usercontrol, then see
if you can add that as a column to the datagridview.

Robin S.
 
G

Guest

If you don't want to introduce 'type pollution' into your project, by
creating new UserControl types, you may try to create a new Panel() at
runtime, and then adding your controls onto to the surface. After that, add
this panel to the column.

Thx,
Deniz
Developer, Microsoft
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top