up_down control
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hi, i have a datagrid control with some data.nw i want to add a separate column containing spin control(up-down) control.how can i do that?
-
hi, i have a datagrid control with some data.nw i want to add a separate column containing spin control(up-down) control.how can i do that?
You have to create your own DataGridViewColumn implementation. It's a lot more work than you'd think to do this. Examples[^]
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...