Communicating between custom control and the main Window(WPF)
Marc
I have a custom control which contains many buttons. I have placed this control on a Window in which I have mulitple grids.
I have a need to change a gridcolumn width when I press one of the buttons.
Since the custom control is in a different class as the gridcolumn width, I cannot seem to change the width from the button click.
Can you help me?
Thanks,