Hi
I'm pretty new to WPF, and was hoping that I might get some help with relation to a docking panel.
I am essentially trying to create a panel bar which will alert users when they have to approve something. I'm imagining something very much like those in visual studio. Essentially a bar which is collapsed most of the time, but on hovering over it, it expands. But I also need to be able to expand it (and prevent it from collapsing - I'm guessing via the ispinned property) via c# when various conditions are met, say 20 minutes until the next approval is due.
Is this possible?
I can send a code sample of what I have already if need be.
thanks
I'm pretty new to WPF, and was hoping that I might get some help with relation to a docking panel.
I am essentially trying to create a panel bar which will alert users when they have to approve something. I'm imagining something very much like those in visual studio. Essentially a bar which is collapsed most of the time, but on hovering over it, it expands. But I also need to be able to expand it (and prevent it from collapsing - I'm guessing via the ispinned property) via c# when various conditions are met, say 20 minutes until the next approval is due.
Is this possible?
I can send a code sample of what I have already if need be.
thanks