Ben Stucki » Adobe Flex:: Mar 4, 2008 It includes completely new Buttons, Lists, and ScrollBars in the first release. OpenFlux is an Advanced Layout and Animation API. http://blog.benstucki.net/index.php?cat=5&paged=2HOME | I have accordion layout inside one of my panels.
Then I create the following:
ContentPanel menuGroup = new ContentPanel();
menuGroup.setLayout(new FitLayout());
menuGroup.setHeading(caption);
VerticalPanel menuGroupContainer = new VerticalPanel();
menuGroup.add(menuGroupContainer);
DataList list = new DataList() { CSS [Archive] - Page 44 - WebDeveloper.com:: [RESOLVED] How is this done and can it be done using solely CSS? IE Rendering Issues · Word Wrapping 4 NO RESON Converting a simple table layout to CSS? http://www.webdeveloper.com/forum/archive/index.php/f-7-p-44.htmlHOME | Dojo 1.0 Tutorial:: File Format: PDF/Adobe Acrobat - View as HTMLdojo.require("dijit.layout.AccordionContainer");. This will also include code for the AccordionPane widget. Within the left hand side bar, add the accordion http://www.webagesolutions.com/knowledgebase/waskb/waskb031/Dojo1.0_Tutorials.pdfHOME |
list.setBorders(false);
list.setScrollMode(Style.Scroll.AUTO); Dynamic Drive scripts help [Archive] - Page 45 - Dynamic Drive Forums:: URL not loaded on submenuheader click · Top Navigational Bar III v3.5 · dd accordion menu inside css frames layout · DHTML Window Widget (v1.1) Help http://www.dynamicdrive.com/forums/archive/index.php/f-2-p-45.htmlHOME |
menuGroupContainer.add(list);
HorizontalPanel actionsPanel = new HorizontalPanel();
menuGroupContainer.add(actionsPanel);
menuGroupContainer.setCellVerticalAlignment(action sPanel, HasVerticalAlignment.ALIGN_BOTTOM);
As you can see I use gwt (not gxt) VerticalPanel.
I need vertical scroll bar to appear when DataList has more items than it can show. Now my vertical panel is stretching and my button and some elements of DataList became hidden.
I added fixed sizes to the list. but now my list became not resizable, it doesn't fit content panel, when it is resized and both scroll bar appeared.
If you post some simple test code I will take a look.
The list needs a fixed height to scroll properly. You are placing the list in a GWT Panel that does not change the size of the child content panel which is the parent of the list.
How much does getting a small tattoo on your hip/stomach hurt?
Do anyone else have an itchy anus? ?
|