LOGIN    REGISTER

homepage

Smart PropertyGrid.MFC

Built-in property feels

A property feel is a class that encapsulates the way to edit a property. Because a feel is independant of a property value, a given value type can be edited with any of the feels (although some combinations make no sense). So for example, a boolean can be edited with a checkbox or with a combobox. A color can be edited with an editbox (to enter the HEX code) or with a modal dialog box.

Here is a list of the feels supplied in the package, giving also examples of associations value type/property feel:

Property feel
Simple editbox
Property feel
Editbox with a spin button
Property feel
Editbox for password editing
Property feel
Combobox (dropdown or droplist)
Property feel
Customdrawn combobox
Property feel
Simple button
Property feel
Button with an editbox
Property feel
Button triggering a font dialog box
Property feel
Datetime control
Property feel
Hotkey control
Property feel
Checkbox
Property feel
Radiobuttons
Property feel
Slider with editbox or not

It is easy to build your own feels and this feature is provided as part of the framework. Look at here for more information.