You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually not unexpected behaviour. CheckboxTreeview uses a custom style named Checkbox.Treeview, which you'll have to modify yourself if you want this behaviour. If you were to use ttkthemes, for example:
You can modify this snippet for doing this for all states you want to mimic. There's an argument to be made here for implementing this as the default behaviour, but then there's the problem of this custom style not updating after theme change (so if you create the Treeview first and then set the theme for your application, it's not going to work). So overall, for now I advise you to do it in this explicit manner.
This's use ttkwidgets.CheckboxTreeview:
![Image](https://camo.githubusercontent.com/f78623f9553d0facd5e3f79ff661a2f912e9501416a3057911ca18479dcbb7f4/68747470733a2f2f692e6962622e636f2f577a34423450622f436865636b626f782d54726565766965772e6a7067)
this's use ttk.Treeview:
![Image](https://camo.githubusercontent.com/98d20ae06970f0d2f3f7d31ca1bbfd5c1582f913dfe0f2aa5465134151d22b79/68747470733a2f2f692e6962622e636f2f6d4332724742432f74726565766965772e6a7067)
The text was updated successfully, but these errors were encountered: