02-26-2010 01:11 PM
this capability seems like a long shot but is it not possible to allow only a specific control to resize while others stayed the same when maximizing or changing the window size?
i have a panel (actually a tab in easy tab) that has tables, buttons, text boxes, and a graph. Ideally when lets say a user maximizes the window, I would want all of my controls to stay at their relative location, for example, conrols in the top left stay that distant from the top and left side, controls on the right side, stay xx pixels from the right side. And then have my graph resize to be larger to fill in that extra space.
this would allow all the controls not to look funky when the screen gets resized. I know this can be done in VB quite easily but it seems CVI only allows an absolute position based on the left and top.
Solved! Go to Solution.
02-26-2010 02:24 PM
Hello -
The splitter control should be able to provide you with what you need here. Check out the 'Docking' example.
NickB
National Instruments
01-25-2012 10:30 AM
Where do I find this example? LV 2011, search examples for 'docking' or 'dock' returns an empty list.
01-25-2012 10:38 AM
This is a limitation of the search function
Search for splitter instead and you will find docking.cws