LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how to move/hide file browser splitter

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.

0 Kudos
Message 1 of 2
(3,059 Views)

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.

0 Kudos
Message 2 of 2
(3,049 Views)