java style JListBox

  • Thread starter Thread starter Voltaic
  • Start date Start date
V

Voltaic

so one of my favorite features of the J2SE is the JListBox implementation
of the list box in that is allows a CellRenderer component. so how exactly
would i accomplish this in c#? i was thinking of basically rewriting the
JListBox in c#. is there an easier way, possibly something involving html?
i dunno, i'm kind of a noob when it comes to c#, so any help is
appreciated.

-Sam
 
Back
Top