i have an a addon to a 3rd party software and i want to change the video bar color from blue to lets say green for live and red when viewing playback.
is there any way to change the bar color?
see attached pic.
i have an a addon to a 3rd party software and i want to change the video bar color from blue to lets say green for live and red when viewing playback.
is there any way to change the bar color?
see attached pic.
No, the header bar of ImageViewerControl / ImageViewerWpfControl cannot be modified, the implementation does not support changing.
It would be possible, as a workaround to hide the header.
It would then also be possible for you to create your own control as header bar.
Hi bo,
thanks can you please assist how we disable the blue bar and replace it with our own bar?
BR
If you explore the PlaybackWpfUser or PlaybackUser sample you can see how you can remove the header. Remove the tick mark in Visible Header.
I do not have any concrete advise on how to make your own header, what I imagine is that you make a standard user-control with your preferred look.