I once started working on a component that used vertical scrolling. It was based on a GrowableListView (based on http://wicketinaction.com/2008/10/repainting-only-newly-created-repeater-items-via-ajax/),
GrowableListView.java: http://pastie.org/345504 GrowableListView.html: http://pastie.org/345507 Might not be the cleanest or best code ever, but it used to work - if I remember correctly. This could be used to add columns to a single-row-table, where each table cell contains a ListView of items To use a table with the above code, call setItemTagName("td"); setContainerTagName("tr"); This table could than be scrolled with JS, e.g. with Dojo's dojox.fx.smoothScroll(). That's the part I didn't finish so far, though :) You'd probably be able to adapt the JS code found here: http://www.songtexte.com/songtext/johnny-cash/folsom-prison-blues-3d41577.html (see the "Videos" box in the right column) miro wrote: > > please point me for the code with data grid vertical scrolling component. > > ----- ------- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/code-for-DataGrid-with-vertical-scrolling-tp21112343p21144910.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
