Kek
Kek
CC#
Created by Kek on 10/13/2024 in #help
MVVM should model items have INotify?
Thanks for the answers
10 replies
CC#
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
CC#
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