java style JListBox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Voltaic

    java style JListBox

    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
  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: java style JListBox

    Sam,

    Are you trying to do this in Windows Forms, or ASP?


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Voltaic" <samspam@uptown inc.com> wrote in message
    news:Xns953CD94 4F77BEsamspamup towninccom@68.1 2.19.6...[color=blue]
    > 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[/color]
    exactly[color=blue]
    > would i accomplish this in c#? i was thinking of basically rewriting the
    > JListBox in c#. is there an easier way, possibly something involving[/color]
    html?[color=blue]
    > i dunno, i'm kind of a noob when it comes to c#, so any help is
    > appreciated.
    >
    > -Sam[/color]


    Comment

    • Voltaic

      #3
      Re: java style JListBox

      Windows Forms.

      "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard .caspershouse.c om> wrote in
      news:u5oiNQ8eEH A.2560@TK2MSFTN GP09.phx.gbl:
      [color=blue]
      > Sam,
      >
      > Are you trying to do this in Windows Forms, or ASP?
      >
      >[/color]

      Comment

      Working...