Coder Social home page Coder Social logo

wpftoolkit-1's Introduction

wpftoolkit -- some stuff that ended up in .NET 4

DESCRIPTION

wpftoolkit is an abandoned bit of source code from microsoft which ran on .NET 3.5. Much of it has been incorporated into .NET4. It is still of interest to anyone who must continue to support .NET 3.5. Of most interest is the DataGrid control which was missing when WPF first launched and the View State Manager (VSM) that is in 4.0 and used in Silverlight.

#Do not confuse wpftoolkit with the wpf extended toolkit.

INSTALLATION

The best way to install WPF Toolkit is to download the zip file from codeplex.

The Feb2010 codeplex release has some known bugs and some limited features, if you need those bugs fixed or to use added features you will need to build from source. Clone from github and build.

RUNNING

  • Add reference to the wpftoolkit.dll assembly in your project.
  • Add import the toolkit xml namespace into your xaml. I like to use the toolkit alias. xmlns:toolkit="http://schemas.microsoft.com/wpf/2008/toolkit"
  • Use controls < toolkit:DataGrid > ... < /toolkit:DataGrid >

REPO STRUCTURE

I'd like to document this, but I don't really understand it since it is just a copy from wpftoolkit source release.

API DOCUMENTATION

See the xml build artifact and the wpf.codeplex.com documentation.

CONTRIBUTE

If you'd like to hack on wpftoolkit or have your own bugfixes, start by forking my repo on GitHub:

http://github.com/jrwren/wpftoolkit

The best way to get your changes merged back into core is as follows:

  1. Clone down your fork
  2. Create a thoughtfully named topic branch to contain your change
  3. Hack away
  4. If you are adding new functionality, document it in the README.md
  5. Do not change the version number, I will do that on my end
  6. If necessary, rebase your commits into logical chunks, without errors
  7. Push the branch up to GitHub
  8. Send a pull request to the project.

wpftoolkit-1's People

Contributors

jrwren avatar

Watchers

James Cloos avatar Allen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.