How to get control properties inside a List View Row
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2010
04:41 PM
04-27-2010
04:41 PM
How to get control properties inside a List View Row
Hi ,
I am using a WPF application and I am not able to get the properties of controls( like combo box, text box etc) placed inside a Row in List View. This List View is placed inside an Expander control. Finder tool could not focus the controls inside list view row, It can focus only up to the row. Please see the attachement
How can I get the properties of these controls placed inside this List View Row.
I am using the latest version of TestComplete.
I am using a WPF application and I am not able to get the properties of controls( like combo box, text box etc) placed inside a Row in List View. This List View is placed inside an Expander control. Finder tool could not focus the controls inside list view row, It can focus only up to the row. Please see the attachement
How can I get the properties of these controls placed inside this List View Row.
I am using the latest version of TestComplete.
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2010
10:44 PM
04-28-2010
10:44 PM
Hi Jomy,
Try adding the control's ClrFullClassName property value or the control's native name to the WPF Options section of your project's properties - most probably, this will allow you to recognize the controls you need. Please see the "Support for Composite WPF Controls" help topic ( http://www.automatedqa.com/support/viewarticle.aspx?aid=6864 ) for more information.
Best regards,
Alexey
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2010
12:23 AM
04-29-2010
12:23 AM
Now its working fine. Thanks for the support.
