Skip to main content

Scroll (from mouse button) in a desktop application

Author: ranete.raul@yahoo.com (Raul)

Hy everybody,   Can the scroll button form the mouse be used in a desktop application with several contained components? The issue is that when i have a contained window and the screen has a small resolution the scroll bar always sits at the end of the window, making it not visible, and hence not usable, unless i scroll horizontally to the end of the window making de UX very uncomfortable. Is there a solution to this? 

Scroll (from mouse button) in a desktop application

Author: ranete.raul@yahoo.com (Raul)

Hy everybody,   Can the scroll button form the mouse be used in a desktop application with several contained components? The issue is that when i have a contained window and the screen has a small resolution the scroll bar always sits at the end of the window, making it not visible, and hence not usable, unless i scroll horizontally to the end of the window making de UX very uncomfortable. Is there a solution to this? 

Would it not be possible to attach the vertical scroll bar of the entity on the left side? (just thinking)  

Entity Scrollbar

Specifies whether an entity scrollbar is displayed, and its position.

Attribute

Value

Physical Property Name

UESCROLLBAR

Property Type

choice

Value

Representation

Description

 

Automatic

Scrollbar is displayed if multiple occurrences are retrieved

N

No

No scrollbar

Y

Yes

Scrollbar is allowed; positioned on the right

T

Top

Scrollbar is positioned at the top of the entity; use for horizontal repetition

B

Bottom

Scrollbar is positioned at the bottom of the entity; use for horizontal repetition

L

Left

Scrollbar is positioned to the left of the entity; use for vertical repetition

R

Right

Scrollbar is positioned to the right of the entity; use for vertical repetition

Description

To set this property, right click the entity in the component and select Entity Scrollbar.


Author: Daniel_Kurz (kurzster@gmail.com)