Dynamic Component Parameters?

Hi everyone!

I’m having my first go at creating a custom component that lays out items in a grid. I have made a selection of inspectable properties accessed though getter/setter methods. Some of these parameters are dynamic, and change when the user resizes the component or changes another linked value. Is it possible to make the parameters panel update with the new values when a change takes place. Without this, the user will not have accurate feedback on the values stored in the component.

Does anyone know if this is possible (or difinitely impossible)?

Much thanks!

Tim