Auto Size the DataGridViewComboBoxColumn Drop Down to the contents?
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, Is it possible to set the DataGridViewComboBoxColumn drop down to auto-size horizontally to the contents of item with maximum length in Items Collection? I want to be able read any item in the collection. thanks in advance..
Yes it is possible Set your control's width in percentage ("width=100%"). Set your tamplate column's width to 100% again.
Arun Singh Noida.
-
Yes it is possible Set your control's width in percentage ("width=100%"). Set your tamplate column's width to 100% again.
Arun Singh Noida.