Does anybody have a working dll which work on .net8. Or, can anybody convert the code to .net8?
Hi, I am using TreeListView in my project. I want to do some operation when selected one row in treelistview by mouse or by keyboard arrows. As far as I understand SelectionChanged event does this action. But it doesn't trigger. I downloaded some examples from the internet they are worked but in my case didn't work. My project is written in c++/cli. I compiled objectlistviewer code in C# and tied it to my project as reference. Row click event works. But SelectionChanged event doesn't trigger. What...