Juanola Posted February 3, 2009 Posted February 3, 2009 (edited) Is there any solution for disable scroll bar horizontal of one Listview? I want hide the scrollbar horizontal because I have columns what I don't want what the user see them, but I want it columns because I do operations with it. I too have used the function _GUICtrlListView_HideColumn($ListView, [index]) for hide the columns, but It doesn't working, it only hide the first column of the listview, but with the others columns only hide one 80% of the width of the column but it is seen for the user. Any solution for hide the scroll bar horizontal or for hide the columns fully(100%)? Thank you!! Edited February 3, 2009 by Juanola
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now