I have a three column grid with the following contents:
Column 1: Child Grid (Width: Specific)
Column 2: TextBox (Width: Auto)
Column 3: Child Grid (Width: Auto)
I was wondering, in pure XAML and with no behindcode, if it is possible to animate the third column to "grow" and the second column to "shrink" to fit it.
If behindcode is required for this, is there any chance someone could point me in the way of a VB method?
I have tried all the doubleanimations I can think of, and I have looked for a way of shrinking the textbox relative to its current width, which would might solve the problem, to no avail.
Thanks in Advance,
Freddy.