I have an application using the FlyTreeView. It is very common for people at my company to use either laptops or workstations to access the application. Since the users resolution may vary, I do not want to set the height to a fixed value. I really want the FlyTreeView to take up 100% of the available, visible, space. If clipped, a scrollbar shold be displayed. Setting height="100%" doesn''t seem to work . Using client side java script for detecting window size and setting the height might work, but has anyone an html-only solution?
Regards,
Stefan Akerberg