This is a migrated thread and some comments may be shown as answers.

pulltorefresh mvvm, caliburn

1 Answer 20 Views
DataBoundListBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
d
Top achievements
Rank 1
d asked on 03 Jan 2014, 02:15 PM
I hope someone can help me. I have a very simple app simple following mvvm pattern using caliburn. to add some eyecandy I would like to implement the pulltorefresh functionality. But this requires some code behind. My viewmodel contains my refresh function to update this list. How could I can I call this viewmodel.refresh from the code behind. - I'm a novice mvvm coder (sometimes code behind just seems easier!!)

1 Answer, 1 is accepted

Sort by
0
d
Top achievements
Rank 1
answered on 07 Jan 2014, 07:02 AM
I managed to solve this using <caliburn:message:attach> to override the method to the viewmodel
Tags
DataBoundListBox
Asked by
d
Top achievements
Rank 1
Answers by
d
Top achievements
Rank 1
Share this question
or