1. What are these Windows Controls called?
- Posted by Icy_Viking 2 weeks ago
- 383 views
What are these controls called?
For Win32lib API reference
2. Re: What are these Windows Controls called?
- Posted by ChrisB (moderator) 2 weeks ago
- 331 views
Hi
Is that not just a menu with a different font and background? You could do something similar with a string of bitmaps and mouse overs?
Cheers
Chris
3. Re: What are these Windows Controls called?
- Posted by Icy_Viking 2 weeks ago
- 299 views
- Last edited 1 week ago
ChrisB said...
Hi
Is that not just a menu with a different font and background? You could do something similar with a string of bitmaps and mouse overs?
Cheers
Chris
Its a specific control, I just can't remember what its called.
Found it! https://learn.microsoft.com/en-us/windows/win32/controls/header-controls
Its called a Header Control
In win32lib they're called ListView controls