﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
4080	Tree View Extended Styles	MattyD	Jpm	"Hey jpm,

I noticed the extended styles for treeviews weren't defined in our libraries - so here they are if we wish to include them.

Thanks,
Matt

For: TreeViewConstants.au3 
source: commctrl.h

Documentation to be updated:
Appendix\GUI Control Styles
_GUICtrlTreeView_Create

{{{#!autoit 
Global Const $TVS_EX_NOSINGLECOLLAPSE = 0x0001
Global Const $TVS_EX_MULTISELECT = 0x0002
Global Const $TVS_EX_DOUBLEBUFFER = 0x0004
Global Const $TVS_EX_NOINDENTSTATE = 0x0008
Global Const $TVS_EX_RICHTOOLTIP = 0x0010
Global Const $TVS_EX_AUTOHSCROLL = 0x0020
Global Const $TVS_EX_FADEINOUTEXPANDOS = 0x0040
Global Const $TVS_EX_PARTIALCHECKBOXES = 0x0080
Global Const $TVS_EX_EXCLUSIONCHECKBOXES = 0x0100
Global Const $TVS_EX_DIMMEDCHECKBOXES = 0x0200
Global Const $TVS_EX_DRAWIMAGEASYNC = 0x0400
}}}"	Feature Request	closed		Standard UDFs		None	Fixed		
