Latest News

  • Super Tower Defense Game
    Mar 10, 2010

    New to the games section is the new Super Tower Defense game. Defend your base from the ever advancing army of tanks, buggies...

  • New Rich Text Editor User Control
    Feb 19, 2010

    By popular request, here we present a re-usable User Control containing the Liquid RichTextBox along with the most common formatting functions included.

  • Silverlight 3 Controls V5.2.7 Released
    Feb 19, 2010

    This release includes several fixes for issues raised in the forum. The main improvement is to the RichTextBox which now provides access and methods to the document elements allowing...

  • Super Shoot Em Up Game
    Feb 04, 2010

    Added to the games section is the new Super Shoot 'Em Up game. Take control of a tank with your aim being to blow up your opposing tanks and collect all the powerups.

  • Silverlight 3 Controls V5.2.6 Released
    Feb 04, 2010

    This release includes some minor fixes for several forum posts. Please see the notes on the download page for full details on what has changed.

pkellner
pkellner
source for controls? (treeview) and checkbox Posted: Feb 01, 2010
 

Do you guys provide source for the controls?  I'm using sl4 (as well as a private build of sl4) so would prefer to build the controls myself.  Also, do you have an example of a local browser that includes checkboxes for selecting files and directories?


Thanks

 
 
dan
dan
RE: source for controls? (treeview) and checkbox Posted: Feb 06, 2010
 

Hi,


Alas the source code is not available for these controls at this time.  Regarding your question about including checkboxes, we don't have a demo that shows this level of functionality, however it wouldn't be too difficult to implement.


The TreeView contains a property EnableCheckboxes that can be used to show the checkboxes and the NodeCheckChanged event for detecting changes.


Thanks!