xceedsoftware/wpftoolkit

BusyIndicator's BusyContent cannot be changed using binding?

PandaWood opened this issue · 3 comments

Confused that this doesn't work, the message (or BusyContent value) remains at the initial value set.

I presume this is on purpose or what could I be doing wrong? Given that my code and xaml for the IsBusy property is almost identical and the IsBusy property binds/udpates and works fine
But whenever I set "BusyMessage" in the example below, the busy indicator never shows an updated value ie the BusyContent property is never updated

<xctk:BusyIndicator IsBusy="{Binding IsBusy}" BusyContent="{Binding BusyMessage}">

Apologies, this ended up being my fault, confusing a similar named property that was bound to a different spinner.