Hello,
is it possible to define an autovisible vertical scrollbar for a listview please?
I open a listview but there is a vertical scrollbar with only one entry...
I see scrollbar class but it had a other scrollbar to the first one.
Thanks for your help!
Autovisible vertical scrollbar for a listview
Re: Autovisible vertical scrollbar for a listview
can you shopw an example ?
to me it seems thats its automatically , if it fist no scrollbar, if NOT fit scrollbar appears
to me it seems thats its automatically , if it fist no scrollbar, if NOT fit scrollbar appears
Christos
Re: Autovisible vertical scrollbar for a listview
This is a snapshot:

my line of code is:

my line of code is:
Code: Select all
<listview id="lv1" droptarget="true" notify="dropfile;doubleclick" alternate="true">- airsoftsoftwair
- Posts: 5834
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: Autovisible vertical scrollbar for a listview
Don't think this is supported by MUI. There's MUIA_List_HScrollerVisibility but there's no MUIA_List_VScrollerVisibility so vertical scrollbars are probably always there..
Re: Autovisible vertical scrollbar for a listview
Thanks Andreas for your answer,.
Maybe you could add this feature to RapaGUI?
Maybe you could add this feature to RapaGUI?
Re: Autovisible vertical scrollbar for a listview
Isnt above ansewer means that is not added because mui does not support ? RapaGUI in amigoids depends on mui ...
Under windows is working "correct" so.
Under windows is working "correct" so.
Christos
Re: Autovisible vertical scrollbar for a listview
@Andreas:
this is an answer of georg on MorphZone:
this is an answer of georg on MorphZone:
Hmm ... https://github.com/amiga-mui/muidev/wiki/MUI_List says that you can set MUIA_List_ScrollerPos to MUIV_List_ScrollerPos_None and then mentions that you can create your own scroller and how to connect it to the list. If so it should also be possible to implement some kind of VScrollerVisibility flag/attribute yourself.
- airsoftsoftwair
- Posts: 5834
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: Autovisible vertical scrollbar for a listview
@Andreas:
Ok, no problem, thanks.
Ok, no problem, thanks.