Hey guys,
Looking for ideas to solve this:
I have a treeview control, which looks great at 800x600 (default resolution of clients, hardcoded height/width). However, the "higher Ups" that are viewing it (and probably won't be using it, but thats another rant) have higher resolutions, so the treeview comes out small.
So what they want me to do is have it so that it resizes depending on how big the frame its being displayed in is. The only thing I can come up with is getting the screen resolution somehow from javascript, passing it to my code, and assigning a new height/width on the page load from there, but there's GOTTA be another way.
Thanks for your thoughts,
Jack
Looking for ideas to solve this:
I have a treeview control, which looks great at 800x600 (default resolution of clients, hardcoded height/width). However, the "higher Ups" that are viewing it (and probably won't be using it, but thats another rant) have higher resolutions, so the treeview comes out small.
So what they want me to do is have it so that it resizes depending on how big the frame its being displayed in is. The only thing I can come up with is getting the screen resolution somehow from javascript, passing it to my code, and assigning a new height/width on the page load from there, but there's GOTTA be another way.
Thanks for your thoughts,
Jack