Hello,
I have a TabControl and a TabItem inside it. Inside the TamItem is a Grid named "xml_grid_004" and inside the Grid "xml_grid_004" is a UserControl - see the PICTURE-1 below.
So, how can I obtain the width and height of "xml_grid_004" in UserControl using Binding ? If I use classic binding to Width and Height to parent of the UserControl (it is, indeed, the "xml_grid_004") the UserControl Width and Height is equal to Zero at design time - see the PICTURE-2 and I do not see the UserControl. Complette source code is here:
https://drive.google.com/file/d/16mYZWndd7nrswWn9W8yf5XU8pPRoqhrb/view?usp=sharing
How can I transfer the "xml_grid_004" Width and Height to my UserControl ???? to be visible in VisualDesigner at design time ? Is it possible ?
PICTURE-1:
PICTURE-2: