Setting, Removing or Overriding a SharedSizeGroup programmaticaly in WPF and c#

357 Views Asked by At

So I have set a SharedSizeGroup though XAML to 2 columns on a grid in WPF, but I would like to know if there is a way to remove and re-set or override that property through code in C#?

I know already the code for applying this property to a column/row upon creation but I don't want to create or remove a new column/row. I just need to edit the property of an existing one.

0

There are 0 best solutions below