Jump to content

Multi column scroll list


grm
 Share

Recommended Posts

Hi,

I have multi column scroll lists created using GRIT library in 1 of C++ projects.

The controls that are created using GRIT are prefixed with ''Gw'".

So, the class name for this list view is "GwDrawableScrollObject".

Using AutoIt i can get the handle of this control.

however, i cannot fetch GetItemCount etc.

  $ListBoxHandle = ControlGetHandle($windowtitle, $windowtext, $listboxcontrol)
   MsgBox($MB_SYSTEMMODAL, "Information", "List handle: " & $ListBoxHandle)
    MsgBox($MB_SYSTEMMODAL, "Information", "Item Count: " & _GUICtrlListView_GetItemCount($ListBoxHandle))

 

Any help is highly appreciated.

Thanks in Advance.

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...