hi,
I have check box in my tableView ,i paint it using delegate but there is a problem in getting state of checkBox.For example if i disable the table i want the check box to look like SUNKEN state.how can i do this in paint of delegate.Initially i set the state of check box in paint method as STATE_ENABLED.In short i want set the state of checkBox as STATE_SUNKEN when table is disabled and STATE_ENABLED when table is enabled.