Jump to content

TreeView item with additional info


Geert
 Share

Recommended Posts

Hello all,

For my script I do need to show a count of subitems in a treeview object. I could change the text of a treeviewitem and append my count as a part of the text.

The treeview in Outlook uses also counters, but the counters ar not part of the treeviewitemtext itself.

For example look at this picture.

The treeviewitem 'Junk E-mail' in the smaple picture has a counter [5] that is not selected when selecting te treeviewitem.

Is it possible to make these kind of TreeItems in AutoIt GUI?

Thanks,

Geert

Link to comment
Share on other sites

Hello all,

For my script I do need to show a count of subitems in a treeview object. I could change the text of a treeviewitem and append my count as a part of the text.

The treeview in Outlook uses also counters, but the counters ar not part of the treeviewitemtext itself.

For example look at this picture.

The treeviewitem 'Junk E-mail' in the smaple picture has a counter [5] that is not selected when selecting te treeviewitem.

Is it possible to make these kind of TreeItems in AutoIt GUI?

Thanks,

Geert

That "TreeView" you're referring to in Outlook is a custom control. With a normal TreeView, you'd need to append the text to the TreeView item or override the painting of the TreeView item and append the text during the draw process.
Auto3Lib: A library of over 1200 functions for AutoIt
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...