Hi Jeff,
>From the screenshot, it looks like the scroller content size is not big
enough to make it scrollable.
That's because the 4 lists are scrollable itself.
Try to stretch the 4 lists vertically so the outer scroller content size
gets bigger than the scroller size.
Call elm_list_mode_set(list, ELM_LIST_EXPAND);

Thanks.

Best Regards,
Daniel Juyung Seo.

On Thu, Jan 29, 2015 at 5:03 PM, Jeff Hoogland <jeffhoogl...@linux.com>
wrote:

> So, I was able to disable the scroll bars in the lists by
> setting ELM_SCROLLER_POLICY_OFF. The issue now is that the single scroller
> that all four of my lists are residing in does not activate:
>
> http://www.enlightenment.org/ss/e-54c9e8d7eaac14.54985977.png
>
> Any ideas?
>
> On Thu, Jan 29, 2015 at 1:46 AM, Jeff Hoogland <jeffhoogl...@linux.com>
> wrote:
>
> > How do I disable the automatic scrollbar in an elementary list object? I
> > have several lists packed into a horizontal box and that box is packed
> into
> > a scroller object, so ideally all the lists can scroll together.
> >
> > Source code ->
> >
> https://github.com/JeffHoogland/python-elm-extensions/blob/master/elmextensions.py
> >
> > Halp!
> >
> > --
> > ~Jeff Hoogland <http://jeffhoogland.com/>
> > My Projects on GitHub <https://github.com/JeffHoogland>
> >
> >
>
>
> --
> ~Jeff Hoogland <http://jeffhoogland.com/>
> My Projects on GitHub <https://github.com/JeffHoogland>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to