java - how to disable a list element in swt list eclipse -
is possible disable elements of swt list display.i want list display clickable strings , few disabled strings based on conditions.is possible this?
if want add selection listener detect if selection on "disabled" item , adjust up/down/clear selection depending on list contents.
you may use table single column - should able custom-draw disabled items (e.g. use lighter font or different background).
Comments
Post a Comment