• How to create TreeView with three state check boxes in Windows forms?

    From sven12@21:1/5 to All on Mon Jan 15 14:02:20 2024
    Does anybody has ready made code?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From JJ@21:1/5 to All on Tue Jan 16 11:20:28 2024
    On Mon, 15 Jan 2024 14:02:20 +0000 (UTC), sven12 wrote:
    Does anybody has ready made code?

    The built in TreeView control items doen't support checkbox. You'll have to implement it using the items' image, where the state of the "checkbox" and which image to display, is manually managed.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)