Can anyone tell me what the flags are that can be used with a ListView gadget?
The manual doesn't show them, but the help line in the editor does show a "[Flags]" parameter, and if I type in a number in that position, it is accepted by the compiler...
But, I can't find documentation of them anywhere.
Thanks for any help
ListView flags
probably the regular windows flags, check out those in the win32.hlp file
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
I had tried that, but ran into two problems -
First, the "Listview" in the Windows API guide seems to be what we call the ListIcon, and I can't find anything that seems to be similar to our ListView
So, I decided I would try the API flags anyway, to see what would happen....
But for some reason, the page in my Win32 APIguide that is supposed to give the flags for the ListView, is empty - just a blank page
First, the "Listview" in the Windows API guide seems to be what we call the ListIcon, and I can't find anything that seems to be similar to our ListView
So, I decided I would try the API flags anyway, to see what would happen....
But for some reason, the page in my Win32 APIguide that is supposed to give the flags for the ListView, is empty - just a blank page
Dr Pixel