sushilsahu
14 years agoOccasional Contributor
BringIntoView doesn't work for Xceed.Wpf.DataGrid.DataGridControl
Hi
I am using testcomplete 8.0, working on WPF controls
Problem:
While working on Xceed.Wpf.DataGrid.DataGridControl, not able to click on a row or a data cell NOT VISIBLE(you need to scroll down to get the object visible).
Note:The datacell object to be clicked is EXIST
Tried:
>BringIntoView method on datacell object, doesn't work. Exm: objDataCell.BringIntoView
>BringItemIntoView method on datagrid object, doesn't work. Exm: objDataGrid.BringItemIntoView(objDataCell)
>objDataCell.Set_Focusable = True, doesn't bring obj into focus
>DoAutoScoll, doesn't work
Please advice ASAP
Thanks
Sushil
I am using testcomplete 8.0, working on WPF controls
Problem:
While working on Xceed.Wpf.DataGrid.DataGridControl, not able to click on a row or a data cell NOT VISIBLE(you need to scroll down to get the object visible).
Note:The datacell object to be clicked is EXIST
Tried:
>BringIntoView method on datacell object, doesn't work. Exm: objDataCell.BringIntoView
>BringItemIntoView method on datagrid object, doesn't work. Exm: objDataGrid.BringItemIntoView(objDataCell)
>objDataCell.Set_Focusable = True, doesn't bring obj into focus
>DoAutoScoll, doesn't work
Please advice ASAP
Thanks
Sushil