1

I would like to know is possible that getting list/values from the panel.(bec. panel just panel)

This panel behavior is like gridview or listview. Have rows and columns but the control type is pane.

enter image description here

I use automation tools, UIA and TestStack but in vain I find this panel I don't know how to get data from panel. This panel has no child elements/items.

Does anyone have any idea or what I'm looking for or this thing is impossible?

thankyou

Gergo Papp
  • 19
  • 1
  • 5
  • What are you targetting: Winforms, WPF, ASP..? YOU should __always__ TAG your questions correctly so one can see it on the questions page! – TaW Nov 05 '18 at 12:01
  • sorry, i think winforms – Gergo Papp Nov 05 '18 at 12:03
  • what do you mean by its values? its properties? – Ashkan Mobayen Khiabani Nov 05 '18 at 12:10
  • Not the properties only row values. The targeting app has panels, each panel contains lots of values, name, type, etc. I want to export this values. Just the problem is this panel not a simple gridview from where easy to get values. – Gergo Papp Nov 05 '18 at 12:22
  • I think what you want is related to reflection, see https://stackoverflow.com/questions/737151/how-to-get-the-list-of-properties-of-a-class – Marc Nov 05 '18 at 13:21
  • If the _pane_ does show any child elements in the Automation Tree, then while it may appear as a grid control it is likely single owner drawn window that appears as a grid. It needs to expose child elements that represent the cells for you to retrieve any values. – TnTinMn Nov 05 '18 at 17:01

0 Answers0