On Fri, 02 Jan 2015, bill-lancaster wrote: > I want to position a balloon by the gridview cell that was right clicked. > It is necessary to scroll down to the lower rows. > I'm struggling with this so any suggestion as to the best way to do this > would be welcome. >
I think you can use GridView[Row, Column].EnsureVisible() to have the GridView scroll down to your row. Then it's a matter of placing the Balloon correctly: Balloon("Text", GridView, Gridview[Row, Column].X, GridView[Row, Column].Y) should do it. Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user