Tyler Evert
Tyler Evert
Works for Windows 10, Slack 3.0.5. Automatically checks installation directory for the latest present version and applies the mod to that.
There are two DependencyProperties on MultiSelectTreeView that allow you to change the color of the selection box and border. However, their ownerType is MultiSelectTreeViewItem, and whenever I attempt to style...
https://github.com/icnocop/cuite/blob/master/src/CUITe/Controls/HtmlControls/HtmlControl.cs#L233 The WrapUtil function in HtmlControl doesn't handle HtmlRow ("tr") elements. So anytime I attempt to use the HtmlRow class, it throws an exception. Is this intended behavior? If so,...