Desktop with vertical/horizontal scrollbar

Answered
0
0

Hi all,

how to activate scrollbars on a Wisej.Web.Desktop-control (without moving the controls of the desktop programmatically)?

Best, Harald

 

 

  • You must to post comments
Best Answer
0
0

The Desktop doesn’t scroll. The ScrollBars property is inherited from ContainerControl but should have been shadowed and hidden. When supported, ScrollBars.Both (and the other values) mean that it scrolls both directions, or vertically only, or horizontally, or never. It’s the equivalent of overflow-x: auto and overflow-y: auto.

To keep floating windows on the screen you can use the new property KeepOnScreen.

  • You must to post comments
0
0

Hi Luca,

I set ScrollBars=Both (Wisej.Web.Desktop) and actually expect that the scrollbars appear as soon as I move a window outside the visible desktop area, for example … but nothing happens as you can see on the attached screenshot.

Best, Harald

  • You must to post comments
0
0

Show the scrollbars when there is nothing to scroll?

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.