trichview.support
Re: how to set current item/how to determine deletion |
Author |
Message |
Sergey Tkachenko |
Posted: 06/10/2002 19:53:39 You can change selection using SetSelectionBounds, for example rve.SetSelectionBounds(ItemNo, rve.GetOffsAfterItem(ItemNo), ItemNo, rve.GetOffsAfterItem(ItemNo)); rve.Invalidate; moves the caret to the end of the ItemNo-th item. Event on insertion/deletion of items (OnItemAction) was added in version 1.6.20. > is there a speedy way to change curently selected item (SetCurrentItem)? > is there way to be notified just before deletion of current item? > > Thanks.. > Ergin > > |
Powered by ABC Amber Outlook Express Converter