Hi,
I have one control with position that I determine with code..
the problem is that when the taskbar is showed, my control is back of the taskbar.. i need to change the position of my control to up of the taskbar..
But I need to do this with code.. but in wich event of the desktop?
Taskbar_Showed? something like this
What is your opinion?
Hi Miguel,
now you can attach to the Desktop.TaskbarVisibleChanged event introduced with development build (1.3.27).
Best regards
Frank
Hi Miguel,
for a quick solution before the events are available, you can also anchor your control to the bottom.
The desktop control displayrectangle does not include the taskbar when it is shown.
Hope that helps.
Best regards
Frank
Hi Miguel,
I have logged enhancement request WJ-7965. We´ll inform you when the events are available.
Best regards
Frank
Please login first to submit.