Congratulations! But genlist does not support that feature yet.
I will add that after this release.
Thanks.

Daniel Juyung Seo (SeoZ)

On Fri, Jan 30, 2015 at 12:21 PM, Jeff Hoogland <jeffhoogl...@linux.com>
wrote:

> Is it possible to extend this to a genlist? Settings ELM_LIST_EXPAND does
> not cause a genlist to expand in the same way as a normal list it seems.
>
> On Thu, Jan 29, 2015 at 8:44 PM, Jeff Hoogland <jeffhoogl...@linux.com>
> wrote:
>
> > Setting each of the lists to mode ELM_LIST_EXPAND after disabling their
> > individual scroll bars did exactly what I wanted! Thank you Daniel -
> missed
> > that before.
> >
> > On Thu, Jan 29, 2015 at 6:04 PM, Daniel Juyung Seo <seojuyu...@gmail.com
> >
> > wrote:
> >
> >> 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
> >>
> >
> >
> >
> > --
> > ~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