Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
XAMDataGrid with Embedded buttons
posted

Hi,

We are using Infragistics Test Advantage addon for WPF - version 2013.2 with UFT 12.02(patch2). I have .NET add in installed.

AUT is developed using: Infragistics Net advantage:2013 version 2

We have an XAM Data Grid where in one column, 3 WPF buttons are embeded in CellValue presenter (Infragistics.Windows.DataPresenter.CellValuePresenter)

From snoop, i am able to identify a stack panel, where it shows the children count as 7 out of which only 3 are currently visible.

StackPanel.Children (System.Windows.Controls.UIElementCollection)

How to access the properties of this stack panel.

StackPanel.Children[1].isVisible - shows true/false depending upon the visibility of buttons

Am able to access the CellValuepresenter using GetSubitemproperty method. but unable to find a way to access this children stack panel. Please guide

Attached the screenshot for reference.

Thanks,

Dhivya.D

Parents Reply Children