views:

289

answers:

4

Can some one suggest good and stylish toolkits for WPF which you like more.

I have found the WPFToolkit in CodePlex.

Exciting Kits so far

  • Telerik
  • Blacklight
  • FluidKit
  • +2  A: 

    If you are looking for paid then Telerik has some nice collection.

    Shoban
    +1  A: 

    i'd recommand FluidKIt open source and free :D

    Madi D.
    +3  A: 

    Blacklight has some nice stuff in there:

    http://blacklight.codeplex.com/
    Blacklight Showcase

    Roel
    That DragDockPanel component in Blacklight is some seriously sexy stuff.
    keyle
    A: 

    [Full Disclosure: I work at Telerik.]

    It depends on your needs. If you need a commercial set of UI components that have support, regular releases, and a public road map, then Telerik has one of the most complete options available today for WPF. If you're just building a hobby project and the need for support and documentation is not as critical, open source projects like Blacklight are great!

    As an aside and added benefit of the Telerik tools, they are the only controls for WPF (that I'm aware of) that share their code base and 100% of their API with Silverlight counterparts. That means you can easily go between WPF and Silverlight development with a familiar toolbox and a familiar API. Helpful if you do both WPF and SL development or if you think you may have to in the future.

    Of course, if you have questions as you get started we're always happy to help.

    Todd