Zindex issue while automating WPF application
Note: Cross posted from Siddhartha Pandey - MSFT.
Below is a simple XAML code.
<Grid.ColumnDefinitions>
<ColumnDefinition MaxWidth="400" MinWidth="250" Width="250" />
<!--Column 0--> ...
Note: Cross posted from Siddhartha Pandey - MSFT.