Hello,
I am 99% certain what it is I want to accomplish through some combination of Xaml and what's looking like probably some ValueConverter Bindings.
I need to update a Grid's ColumnDefinition via code and have design-time elements reorient themselves. One having its Column updated, and another its ColumnSpan, in response to the number of Columns.
However, I am having some trouble with the Xaml and/or ValueConverter(s) getting things wired up correctly.
The closest I've been is having the initial Column and ColumnSpan set through IMultiBindingConverter(s), then I set the ColumnDefinitions, and nothing else changes after that.
I've read up and down through SO, for example, and others have had the same difficulty. I've tried setting Mode OneWay, things like this, but to no avail.
I'm sure it's something simple I am missing, but I don't know. Would someone demonstrate a simple example how to connect a ValueConverter with a Grid Column, type thing?
Thanks...