TabTintColor doesn't update immediately.

Docking/MDI for WPF Forum

Posted 6 years ago by Jim Foye
Version: 16.1.0636
Platform: .NET 4.7
Environment: Windows 10 (64-bit)
Avatar

Presumably this is a dependency property that should affect rendering? If I change it in an active window, the border doesn't update immediately. I have to switch to a different document window and then switch back to see it.

[Edit] Just looked again at the "Tab Tinting and Flashing" demo. Interestingly, though you do see tinted tabs here, there's no way to change the tint in the demo. If you could, would presumably see the problem I've described.

 

Jim

[Modified 6 years ago]

Comments (2)

Answer - Posted 6 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Jim,

Hmm, I tried adding this kind of logic in an OnKeyDown override in that sample and it seemed to update for me:

documentWindow.TabTintColor = (documentWindow.TabTintColor == Colors.Red ? Colors.Blue : Colors.Red);

Any thoughts?  My test was in the 2018.1 version.

[Modified 6 years ago]


Actipro Software Support

Posted 6 years ago by Jim Foye
Avatar

It could be something else that's fixed.After I upgrade, I'll revisit this thread and let you know one way or the other.

Thanks

Jim

The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.