Some Event when Taskbar is show/hidden?

0
0

 

 

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?

  • You must to post comments
0
0

Hi Miguel,

now you can attach to the Desktop.TaskbarVisibleChanged event introduced with development build (1.3.27).

Best regards
Frank

  • You must to post comments
0
0

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

  • You must to post comments
0
0

Hi Miguel,

I have logged enhancement request WJ-7965. We´ll inform you when the events are available.

Best regards
Frank

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.