11-29-2012 02:11 PM
I just completed an exhaustive search of all 4,294,967,296 property indices. None yields access to the Moveable Column Separators property.
11-30-2012 05:12 PM
I would suggest, as Chris had suggested previously, to set the column width and height once the X control is in run time and discard any user changes made thereafter.
12-03-2012 07:11 AM
The XControl I'm working on is getting more complicated, and that won't work well. There is sorting based on mouse down events on the column headers. So I can't simply ignore any mouse downs during run-time.
I wanted to add a right click option when not in run-time to allow moveable column seperators or not (exactly like the normal multicolumn listbox control has). I didn't expect it would be this difficult. It sounds like there isn't a solution that will fit my needs, unless someone can tell me how to programatically call that menu.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
12-03-2012 08:28 AM
I would suggest using the accumulated column width method I suggested earlier. It sounds like it should be easy enough to implement and you basically just need to get the width of enough columns.