Keep selected items highlighted with blue even when lost focus
UXDart opened this issue · 3 comments
UXDart commented
subject ^, when the control lost focus it shows as gray, I want to keep the blue highlight color.
any idea how to do that?
TIA
alexrozanski commented
UXDart commented
yes, it shows like "disabled blue".
I found a way overwritten highlightSelectionInClipRect: method, but for some reason it works in the sample project and in my project the method highlightSelectionInClipRect is never called... just to be sure I copy paste the control from the sample to my project and it never gets called... any idea?
Thanks!
UXDart commented
oh... I think it is because the default sample is cell based.