Dotnet TreeView disappearing plus-sign

Questions about Wine on Linux
Post Reply
specter456
Newbie
Newbie
Posts: 2
Joined: Sun Feb 25, 2024 11:21 am

Dotnet TreeView disappearing plus-sign

Post by specter456 »

I try to get a dotnet application, which has a treeview element on board, running.
If I expand a tree node to display the next level of child tree nodes with a press on the plus-sign and collapse
the child tree node level with the minus-sign after that. The plus-sign disappears and I am not able to expand the tree node again.
I have to restart the whole application to be able to expand the tree node again.

I installed this packages

Code: Select all

- WINEPREFIX=~/.wine-32 winetricks vcrun2005 vcrun2008 vcrun2010 vcrun2012 vcrun2013 vcrun2015
- WINEPREFIX=~/.wine-32 winetricks msxml3
- WINEPREFIX=~/.wine-32 winetricks msxml4
- WINEPREFIX=~/.wine-32 winetricks msxml6
- WINEPREFIX=~/.wine-32 winetricks mdac28
- WINEPREFIX=~/.wine-32 winetricks jet40
Do you have any ideas to solve this behaviour?
Post Reply