PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → 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 ?
Débuté par Chris BOSS, 15 avr. 2024 19:41 - Aucune réponse
Membre enregistré
1 message
Posté le 15 avril 2024 - 19:41
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 ?