Having got deep into control creation, i have on some occasions resorted to using the Windows API in order to manipulate certain features of controls - the Listview being one of them and in particular using the group by functionality:
Now, i understand i could draw the control completely and implement it this way, but my question is, does using the Windows API have any serious drawbacks?
Now, i understand i could draw the control completely and implement it this way, but my question is, does using the Windows API have any serious drawbacks?