HI,
(Most) Native controls allow SetEnabled(false),
which should change their appearance
(according to the docs, events like ontouch will still be fired).
Or some controls have ctl.Animate(type,callback,time)
time controls the speed of animation,
callback is a function to be invoked when animation complete)
Regards, ah