Select a card in the TaskBoard control

Views for WPF Forum

Posted 3 years ago by Dan
Version: 20.1.1
Avatar

Do the TaskCards have the ability to be selected / deselected? How can it be bound to a viewmodel?

I already tried to modify the TaskBoard / TaskColumn templates to act like a ListBox without any success. 

Thank you!

[Modified 3 years ago]

Comments (1)

Posted 3 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Dan,

The TaskBoard and TaskColumn controls are just ItemsControls and don't have a selection concept built in.  That being said, everything is MVVM-based so you certainly could do something like have an IsSelected property on your view-model and then have the card DataTemplate show different UI when that property is true.  Or even have a CheckBox control in the card that is bound to that property.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.