I have a string array indicator on my screen, and my screen resolution is 1280x1024. As the application should work well on screens with smaller resolutions, I checked all three boxes in the "VI properties" cathegory" Window size. When I switch to lower resolution (i.e. 1024x768), the string array indicator resizes correctly. However, when I switch back to High resolution, the control does not resize but stays big. If I repeat the switch between High and low resolutions, the control keeps getting bigger! Is that a bug or I am doing something incorrectly?
I am attaching an example. The left control is numerical array, which always rsizes correctly, the right - string array which gets bigger with every switch.