刚才写了2行代码,做了个demo,你看看是否是你要的东西:
代码如下:
-
- private void c1FlexGrid1_MouseEnterCell(object sender, C1.Win.C1FlexGrid.RowColEventArgs e)
- {
- this.c1SuperTooltip1.Show(this.c1FlexGrid1[e.Row, e.Col].ToString(), this.c1FlexGrid1,
- this.c1FlexGrid1.HitTest().Point);
- }
复制代码 |