AD
Administrator
Syncfusion Team
October 18, 2005 04:52 PM UTC
>>So each time an item in the grid is selected, the grid''''s tab goes into auto hide mode
If you comment out the code that makes the grid''s tab go into auto hide, does the double click work OK in this case? If so, you might wait until after a SystemInformation.DoubleClickTime time has passed before your turn on the auto hide. You could start a Timer where you now have the auto hide code. Then in teh tick event, turn off teh time and set the auto-hide mode. In your double click handler, you can just turn off the timer.
AD
Administrator
Syncfusion Team
October 18, 2005 07:57 PM UTC
First and foremost, thanks for your response.
I commented out the autohide code and sure enough the double click event fired as normal.
However, I tried your suggestion but it did not seem to work. At least I know for sure that the autohide is doing something, what it''s doing I don''t know. Not sure what''s going on but I will continue troubleshooting. If you think of anything, please let me know. Right now I''m willing to try anything.
Once again, many thanks
Giancarlo
>>>So each time an item in the grid is selected, the grid''''s tab goes into auto hide mode
>
>If you comment out the code that makes the grid''s tab go into auto hide, does the double click work OK in this case? If so, you might wait until after a SystemInformation.DoubleClickTime time has passed before your turn on the auto hide. You could start a Timer where you now have the auto hide code. Then in teh tick event, turn off teh time and set the auto-hide mode. In your double click handler, you can just turn off the timer.