I have been browsing sample pictures for some form designs and found this picture enter image description here

This picture looks like a datagridview with textbox and comobobx columns. I am ok with how to add a combobx to a datagridview. How can I format a datagridview to have the exact same look?

有帮助吗?

解决方案

This is not a DataGridView, As far as i know i thinks its access form where as textbox , combobox controls are placed in Details sections and it will repeated for each row in query behind the access form.

If you want to use a DataGridView with combo boxes please refer following questions vb.net / DataGridView / ComboBoxCell?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top