Home
Options

Styling the OutputPanel

Playing around with using a custom visualizer. I have my preferences set to Dark theme. Is there a method to have the custom visualizer automatically support the Dark theme setting?

I've written a program to start and monitor processes to do format conversions on some avi files. The std/error output is captured and displayed in the Results panel. The vast majority of the output is related to progress. The idea is to have the output go to the custom visualizer with the progress going to a referenced progress label (thus keeping progress contained to a specific control in place). Since StackWpfElementAsync gives me the OutputPanel, I'm currently getting the WPF element from the OutputPanel and setting the Background to a dark color.

Sign In or Register to comment.