|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Howto select a FlexGrid item with the right mouse button?
The problem born cause I want to open a popup menu with the click of the right button of the mouse over a FlexGrid ... the popup menu change for each item, depend 4 what item is selected ... but the FlexGrid items can be selected only with the left button!
Is possible to select the items with the right button? Thanks ![]() |
|
#2
|
|||
|
|||
|
The .mouserow function of the flexgrid will return the index of the row under the mouse.
So you could do somthing like this in the grids mousedown event: If button=2 Then iRow = vsGrid.MouseRow If iRow > 0 Then vsGrid.Select iRow,0,,vsGrid.Cols -1 End If End If This will select the row that the mouse is over. |
|
#3
|
|||
|
|||
|
there is no "Select" property in msflexgrid...
![]() |
|
#4
|
||||
|
||||
|
this thread is four years old.
--thread closed. |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Howto select a FlexGrid item with the right mouse button? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|