Desktop taskbar position

Answered
0
0

Hello, It would be nice if you could move the desktop taskbar to the top or left.

If I’m not mistaken, it’s currently blocked at the bottom.

Thanks you!

  • You must to post comments
Best Answer
1
0

Will add a feature request. Should be relatively easy to add. I have also attached a MyDesktop class with a javascript override of the built-in desktop class that adds a new TaskbarPosition property. You can add it to your project. If it’s C#, place the .js under /Platform as an embedded resource and uncomment the WisejResources attribute in AssemblyInfo.cs. In VB.NET rename the .js file to be Platform.my.Desktop.js.

Also, if you drop a docked (top,left,right or bottom) panel on the desktop, it will dock next to the workspace are, which basically lets you create custom panels similar to the taskbar.

Attachment
  • You must to post comments
1
0

Hi Simone,

Desktop.TaskbarPosition is available in dev build 1.4.59.

Best regards
Frank

  • You must to post comments
0
0

Thanks work perfect!!!

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.