Re: [E-devel] Disable the Scrollbar in an Elementary List

2015-01-29 Thread Daniel Juyung Seo
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 wrote: > Is it possible to extend this to a genlist? Settings ELM_LIST_EXPAND does > not cause a genlist to expand

Re: [E-devel] Disable the Scrollbar in an Elementary List

2015-01-29 Thread Jeff Hoogland
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 wrote: > Setting each of the lists to mode ELM_LIST_EXPAND after disabling their > individual scroll b

Re: [E-devel] Disable the Scrollbar in an Elementary List

2015-01-29 Thread Jeff Hoogland
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 wrote: > Hi Jeff, > >From the screenshot, it looks like the scroller content size is

Re: [E-devel] Disable the Scrollbar in an Elementary List

2015-01-29 Thread Daniel Juyung Seo
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,

Re: [E-devel] Disable the Scrollbar in an Elementary List

2015-01-29 Thread Jeff Hoogland
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