There is no such out of the box component that will do exactly what you need.
Wicket give you the flexibility to create whatever you need. You just apply
your knowledge of html & css (for visual presentation) and can achieve your
goal. 

Using Wicket, you can dynamically load content from anywhere you need (just
look for examples in wiki or mailing list). The scrollable fixed size box
can be created as a <div> markup container with the following styling:
"width: 200px; height: 200px;overflow:auto;". The selection effect, can be
emulated using behaviors (examples can also be found on the wiki or on any
other wicket resources):






verbal evasion wrote:
> 
> i dont know if this is possible in wicket, but i am trying to find
> something
> like a dataview that will dynamically load content and place it in some
> sort
> of box that is a fixed size. if there are more items than the box will
> hold,
> then a scrollbar appears. i would also like to be able to select each item
> and register that as something. this is all over the web, but i cant find
> anything in wicket that emulates that behavior. it could be that i'm also
> not looking hard enough. any help would be greatly appreciated.
> 
> thanks,
> 
> verbal
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/dataview-with-scrollbar--tf4047296.html#a11496652
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to