Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
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?
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?