techdevoscar
techdevoscar
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
Ohh sweet! Great job!
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
Place it here: https://paste.mod.gg/
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
I'm not sure. Can I see the source code? I might be able to get a better idea on what you're working with
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
How are you binding the data?
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
Yeah, give that a shot. They have the same interface so they are interchangeable.
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
Alternatively you might be able to useINotifyPropertyChanged but an ObservableCollection might be easier.
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
List(either non-generic or genetic types) don't notify the UI that the property has changed. Try using ObservableCollection Full disclosure, I'm new at this as well and I've been studying this the past few hours 😆
25 replies