08-05-2011 12:28 AM
Hi,
At present I need to modify some of our custom tools in LabVIEW 2010 to work on lower resolution screens. The automatic rescaling functionality is not really an option as it distorts most UI features. I have looked at adding a vertical/horizontal scrollbar to the application and this appears to do what I need reasonably well. Unfortunately for those who do have the high resolution screens, I don't really wish for the scrollbars to be enabled. Is there a way of programatically enabling/disabling the vertical or horizontal scrollbar of an application? I can see this being possible on the controls, but haven't found the option for the actual application.
Thanks in advance for any help you can offer.
Regards,
Shane
Solved! Go to Solution.
08-05-2011 12:40 AM
08-07-2011 08:52 PM
Hi Even,
Thanks very much for that. I was able to use that code with a modification to remove the sub-panels. It works perfectly now.
Regards,
Shane
08-08-2011 12:09 AM
Hi!
I'm glad you sorted it out