bn1z Posted February 17, 2023 Posted February 17, 2023 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
ioa747 Posted February 17, 2023 Posted February 17, 2023 (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, 2023 by ioa747 I know that I know nothing
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