Jump to content

Disabling sorting Lists


Pakku
 Share

Recommended Posts

Hi,

I have created a list (GUICtrlCreateList()) and when i fill it, it auto sorts itself. Is there a way to stop this, cause I don't want it to sort.

Edited by Pakku
Link to comment
Share on other sites

Got it, it needs: $LBS_NOTIFY

Edited by Pakku
Link to comment
Share on other sites

Hi,

I needed that!

Is it well documented?

I also can't get horizontal scrolling;

I have tried all these..

Any other syntax?

$listView = GUICtrlCreateList("", 10, 10, 790, 530, BitOR($WS_VSCROLL, $WS_HSCROLL, $LBS_NOTIFY))
$listView = GUICtrlCreateList("", 10, 10, 790, 530, BitOR($GUI_SS_DEFAULT_LIST, $WS_HSCROLL))
$listView = GUICtrlCreateList("", 10, 10, 790, 530, BitOR($GUI_SS_DEFAULT_LIST, $WS_HSCROLL,$LBS_NOTIFY ))
Thanks, Randall
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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