Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Kek
Posts
Comments
C
C#
•
Created by Kek on 10/13/2024 in
#help
MVVM should model items have INotify?
Thanks for the answers
10 replies
C
C#
•
Created by idris_2020 on 12/8/2022 in
#help
✅ How can I get rid of this annoying pointer thing in the first row, datagridview winforms
I assume its beetween the rowheader settings
5 replies
C
C#
•
Created by idris_2020 on 12/8/2022 in
#help
✅ How can I get rid of this annoying pointer thing in the first row, datagridview winforms
Well you can do this
dataGridView1.RowHeadersVisible
=
false
;
dataGridView1.RowHeadersVisible
=
false
;
But this makes the whole column go away
5 replies