Desktop Taskbar

0
0

Hello, in the last weeks i tried to change my application so that it makes sense on very small screens, like smartphones.
I wrote a new MenuBar and a new NavigationBar which will get unvisible when the screen is too small and a ToolbuttonItem in the Forms-Header to call the functions by a fly-over Menu.
On other Forms I put all the Controls in Panels and the Panels in a FlowLayoutPanel.
So if the screen is very small then Controls will be shown one below the other.
So on small screens the user is able to scroll.
And so far it works very well.

But there is one problem i found no solution – The Taskbar on the Desktop stays always on.
To optimize the place on a small screen (especially landscape format) it should disappear, on the other hand on a large screen it is very useful and it should be visible.
So for Desktop-Screens i have to set Form-ShowInTaskbar to true.
But if i do so, for small screens it is not possible to put the Taskbar unvisible to save space.

Do you have any idea to make the Taskbar unvisible although i use ShowInTaskbar = True.

Many thanks in advance

Rupert

 

 

 

 

 

 

 

N

  • You must to post comments
0
0

Hi Rupert,

Thank you for posting this issue.

We’re currently looking into this issue and we’ll get back to you ASAP!

Best,
Alaa

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.