Jump to content

Recommended Posts

Posted

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

 

image.png.914fe853c1fbde8925f21b1daa20ebb8.png

Posted (edited)

take a look in func below

#include <GuiListView.au3>

_GUICtrlListView_GetColumnWidth($idListview, 0))

_GUICtrlListView_SetColumnWidth($idListview, 0, 100)

if that helps you

Edited by ioa747

I know that I know nothing

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...