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(); Hyperlink Facts (Hypertext, Random Accessed, Anchor) @ LinkTout.com:: detail preview Using Preview feature, users can preview and see the current modern magazine and catalog layouts, proper page design has long been a http://www.linktout.com/Hyperlink/encyclopedia.htmHOME |
menuGroup.add(menuGroupContainer);
DataList list = new DataList() {
list.setBorders(false);
list.setScrollMode(Style.Scroll.AUTO);
menuGroupContainer.add(list);
HorizontalPanel actionsPanel = new HorizontalPanel(); id,summary,owner,type,priority,component,version 6393,[patch][cla :: grid: selected rows are difficult to see in high contrast mode,toonetown,defect, normal,General,1.2beta 7792,Soria: font-weight for accordion titles bleeds to http://trac.dojotoolkit.org/query?status=closed&group=resolution&der=version&milestone=1.3HOME |
menuGroupContainer.add(actionsPanel);
menuGroupContainer.setCellVerticalAlignment(action sPanel, HasVerticalAlignment.ALIGN_BOTTOM);
As you can see I use gwt (not gxt) VerticalPanel. Frontpage rss news reader — Download OEM Software.:: release at ribbon frontpage rsync exists frontpage rsync adding need to scroll a system you might not see SP1 called frontpage server extensions 2003 Layout. http://solarbus.org/blog/wp-content/themes/default/frontpage/frontpage-rss-news-reader.htmlHOME |
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.
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.
If you post some simple test code I will take a look.
Nortel Unveils Vision, Strategy for Israeli High-Performance Net
Busy Friday Leads to Strong Close for Net Stocks
|