I am working on a VI that uses horizontal splitters to separate the front panel into three panes (the top is a toolbar, the middle is an array of picture indicators, and the bottom is a string indicator to display various tidbits of information). The user is able to select the size of the picture indicators (and therefore, the array).
The problem I have is that I need the middle pane to resize according to the size of the array, without changing the size of the toolbar or string indicator. I have tried many approaches, including adjusting the window bounds property of the front panel and the panel bounds property.
Any suggestions/help would be greatly appreciated.