Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
118619 Points
18779 Posts
Aug 19, 2010 01:46 AM|LINK
If you're really have too many fields,you can put it into a panel so as to let it have a scrollable bar in horizonal or vertical.
Another way is to add a style to the detailsView:
style="overflow:auto;height:expression(document.body.offsetHeight-X);width:expression(document.body.offsetWidth-X)"
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Details View - Too many fields - is it possible to split the fields into two columns?
Aug 19, 2010 01:46 AM|LINK
If you're really have too many fields,you can put it into a panel so as to let it have a scrollable bar in horizonal or vertical.
Another way is to add a style to the detailsView:
style="overflow:auto;height:expression(document.body.offsetHeight-X);width:expression(document.body.offsetWidth-X)"