In DataGridView Control, How can I design??
-
I know there are many basic sample designs in DataGridView that I can choose. And I also know I can modify the form of it in property. (something like font size, color of cells) But I would like to make a design of DataGridView like this. --> [^]"> I mean I want to make outlines without vertical lines which are for sections. Are there any samples related to DataGridView Design?? Thank you...
-
I know there are many basic sample designs in DataGridView that I can choose. And I also know I can modify the form of it in property. (something like font size, color of cells) But I would like to make a design of DataGridView like this. --> [^]"> I mean I want to make outlines without vertical lines which are for sections. Are there any samples related to DataGridView Design?? Thank you...
lsh486love wrote:
I mean I want to make outlines without vertical lines which are for sections. Are there any samples related to DataGridView Design??
I would suggest you to go back to basics and buy a good HTML/CSS book. Anyways, what you need to do is to make the right and left border of cell transparent.
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.