PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Does Windev have a control similar to a property listbox control found in other frameworks ?
Does Windev have a control similar to a property listbox control found in other frameworks ?
Started by Chris BOSS, Apr., 15 2024 7:41 PM - No answer
Registered member
1 message
Posted on April, 15 2024 - 7:41 PM
I am a newbie with Windev (I am a long time WIN32 programmer) doing some work for a client.

Does Windev have a control similar to a Property Listbox control found in other UI frameworks ?

A property listbox has 2 columns with the property name/description to the left side and the current value on the right side (should also support things like drop down lists, text, etc.)

Also does Windows allow one to create custom controls based on existing controls (in WIN32 we do this using superclassing which allows one to create a new window class from an existing one and modify it at a low level) ?

Also does Windev support something similar to Ownerdraw which Windows supports for many window control classes ?