bn1z 0 Posted February 17 Share Posted February 17 I have created a Listview GUI with 2 columns content, but there is 1 column redundant like the red highlighted part, how can I display only 2 columns on the gui? and also, is there a way to automatically center buttons and text? Thank you everyone for reading Link to post Share on other sites
ioa747 99 Posted February 17 Share Posted February 17 (edited) take a look in func below #include <GuiListView.au3> _GUICtrlListView_GetColumnWidth($idListview, 0)) _GUICtrlListView_SetColumnWidth($idListview, 0, 100) if that helps you Edited February 17 by ioa747 Link to post Share on other sites
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