• Selection behavior on XamTilesControl with Attached properties

    XamTilesControl is a derived ItemsControl and does not support selection. If you want to have the notion of selected item(s) you can achieve this by using attached properties. Creating attached properties can extend the functionality of the XamTilesControl and the Tiles to create a simple selection behavior for the XamTilesControl.

    Behavior class: (actual code is omitted because of length)

    SelectionAdvisor : Depend…

    • Tue, Sep 7 2010