LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically enable/disable application scrollbars

Solved!
Go to solution

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 

0 Kudos
Message 1 of 4
(2,613 Views)
Solution
Accepted by Shane Broadbent

Hi!

 

Check if this can do the trick 

Regards,
Even
_________________________________
Certified LabVIEW Associate Developer

Automated Test Developer
Topro AS
Norway
Message 2 of 4
(2,610 Views)

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 

0 Kudos
Message 3 of 4
(2,586 Views)

Hi!

 

I'm glad you sorted it outSmiley Happy 

Regards,
Even
_________________________________
Certified LabVIEW Associate Developer

Automated Test Developer
Topro AS
Norway
0 Kudos
Message 4 of 4
(2,574 Views)