Ask a Question

Infragistics ultragrid drag

kvooturi
Occasional Contributor

Infragistics ultragrid drag

Hi we have a infragistics ultragrid control.



How can I make a drag from a particualr row instead of  coordinates, I am doing  like this:

rownum =  ultraGrid.FindRow(1, "KV LBtest1")



or how can i find a coordinates of a row. please answer asap.
1 REPLY 1
YMinaev
Staff

Hi,



You can get bounds of the needed row by using the following code:

Dim rowBounds

rowNum = ultraGrid.FindRow(1, "KV LBtest1")

Set rowBounds = ultraGrid.Rows.Item(rowNum).AccessibilityObject.Bounds




See the "Bounds Object" help topic.
------
Yuri
TestComplete Customer Care Engineer

Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
cancel
Showing results for 
Search instead for 
Did you mean: