kristo Posted January 23, 2015 Share Posted January 23, 2015 I created a listview with $hListView = _GUICtrlListView_Create($hGUI, "", 0, 0, 596, 500, BitOR($LVS_SHOWSELALWAYS,$LVS_ICON) After resizing the window I'm also resizing the listview. Problem is: The Icons inside the listview will NOT automatically adapt to the new listview width. So, how can I refresh the Icon view after changing the width. Cheers Cheap, Fast, Good - Choose any two Link to comment Share on other sites More sharing options...
gottygolly Posted January 24, 2015 Share Posted January 24, 2015 Did you try Guictrlsetresizing? Link to comment Share on other sites More sharing options...
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