Re: Moving in a Listview
- From: David Lowndes <DavidL@xxxxxxxxxxxxxxx>
- Date: Thu, 18 Oct 2007 09:31:01 +0100
I am using a ListView (CListCtrl) to show numerical data in a grid and a
second view where data is shown graphically. When the user is moving the
cursor in the graphics view I would like to synchronize the grid view so the
current line in the listview should be changed accordingly. How can be set
the current line (which is shown by inverse representation) in the listview?
Use CListCtrl::SetItemState with LVIS_SELECTED.
Dave
.
- Follow-Ups:
- Re: Moving in a Listview
- From: David Ching
- Re: Moving in a Listview
- References:
- Moving in a Listview
- From: Georg
- Moving in a Listview
- Prev by Date: Re: run *.exe by another pc?
- Next by Date: Re: Project chenged from MBCS to Unicode gives Linker error
- Previous by thread: Moving in a Listview
- Next by thread: Re: Moving in a Listview
- Index(es):
Relevant Pages
|