Yes, Lazarus uses the native controls of each platform, so that many features shouldn't be added if they have no hope of working everywhere.
Creating a custom-drawn version of the control is the correct solution and there is now lazarus/components/customdraw which is a good place to add very often used custom-drawn versions of the standard components. -- Felipe Monteiro de Carvalho -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
