I wrote a .net-DLL (vb.net), which includes a Windows-Form. The Windows-Form includes a ListView. The ListView are working in the view "details" and have some ListViewGroups.
When I implement the DLL with the Windows-Form and the ListView in one of my .net-applications, all is okay,because i can switch on the VisualStyle. So I see the ListViewGroups in the ListView.
But now I want to implement the .net-DLL in a "other project" (don't ask), where i have no possibility to switch on the visualStyle. (I think the visualstyle is switched off in the "other project"). I cann't change the "other project".
So, my question is: Can i do something with the .net-DLL or the ListView, that the ListViewGroups are visible or that they don't recordnize that the visualstyle is disabled? Maybe something overwrite or overload?
Thanks.