tootall
tootall
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
At this point I feel like I just need to create my own class and copy over the relevant information from each Category and use that instead. A bit of a PITA if I have to go back and forth between the Outlook category collection and my own.
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
If I create a simple class with a single string property and then take the Category.Name and save it the new class Name the objectlistview will display it.
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
A further update on this - The "Category" class appears to be an interface of an interface. using the .GetType() for an item of the Categories collection returns System.__ComObject, perhaps this is why it returns a blank string?
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
Let's not break out the champagne yet! I still need to find a solution for the actual implementation!
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
thanks I'll check it out when I have a minute
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
Do you want me to just copy/paste it here?
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
There's really not much more than what I've shown you
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
(if I understand what your asking!)
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
with this control you should just need to put the name of the property or method of the object into the column editor in the IDE. It generates the row directly from the object.
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
I should probably just try this out with a simple program and class just to see if I can get it to work that way.
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
yea I did try it right now, same result, six blank rows 🙁
25 replies
CC#
Created by tootall on 1/3/2023 in #help
❔ ObjectListView showing blank rows
thanks for the reply! so you're suggesting using ObservableCollection in place of List?
25 replies