I have 5 Lists in my Form. They are hidden and when I show one of them, the focus go inside the List and the Form doesn't scroll. I want to show all the List, navigate across it and keep my Formscrolling showing that List.Is there any way to make a Listno scrollable?

EDIT/CLARIFICATION

I show a Form with a Button. When I press this Button a List is showed under the Button. When the focus enter inside the List, the Liststarts to scroll, but the Formdoesn't, and I can't see the other elements. What I want is...a List no scrollable and a Formscrollable that let me see the rest of the List.

Image Hosted by ImageShack.us
By munon at 2012-02-03

In the photo, you can see, the CheckBoxes are in the List. This List has a scrollbar but is his scrollbar not from the Form.

link|improve this question

1  
Explain more explicitly ; difficult to understand your problem ! – pheromix Feb 3 at 5:06
1  
Ok I will try to do it – jmunoz Feb 3 at 8:20
1  
Do it! I hope it is enough – jmunoz Feb 3 at 8:42
feedback

1 Answer

up vote 1 down vote accepted

There is no way to make a list none scrollable but that shouldn't matter. If your form is scrollable and uses the correct layout (e.g. BoxLayout Y), then everything should just work (assuming you revalidate after adding a new list).

Personally I would use Components/Containers rather than lists for a design as elaborate as this. They provide lots of advantages over lists such as more refined focus/touch behavior.

link|improve this answer
Thanks @ShaiAlmog, I will change it. – jmunoz Feb 4 at 12:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.