06-13-2012 07:48 AM
I am using a File Browser control in LabWindows/CVI 2010. I only want to display the left-pane of the File Browser. I am able to hide the right-pane, but a splitter still remains in the control. See attached picture.
Is there a way to programmatically move, remove, or hide the splitter? I suspect that either the control is not a splitter, or the control ID is not accessible once the File Browser is created.
06-13-2012 08:38 AM
I figured out how to get rid of the splitter. The splitter is actually a raised box control. Once I found the control ID for box, I set the visible attribute to false.