Hi,
What event gets triggered when the user resizes the column width of the tcbrowse control? I appreciate any help.
Bert
METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TWBrowse
if ::lDrag
return Super:LButtonUp( nRow, nCol, nFlags )
endif
if ::lCaptured
::lCaptured = .f.
ReleaseCapture()
::VertLine()
If ! Empty( ::bColResized ) // new !
Eval( ::bColResized, Self ) // new !
endif // new !
endif
Super:LButtonUp( nRow, nCol, nFlags )
return nil
Return to FiveWin for Pocket PC
Users browsing this forum: Google [Bot] and 6 guests