Pivot has the necessary mechanisms in place. Have a look at line 308 in ApplicationContext where we install a focus Decorator for debug purposes. You should be able to copy that code and modify it to do what you want.
You'll have to build your own Decorator to add a border to the focussed component. Regards, Noel Grandin Edvin Syse wrote: > > Many UI frameworks show the currently selected input element with a slightly > different border color. Is there support > for this in Pivot? > > > > -- Edvin >
