Click here to Skip to main content
16,011,447 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOff the top of your head... Pin
Martin Marvinski2-Jan-03 10:15
Martin Marvinski2-Jan-03 10:15 
GeneralRe: Off the top of your head... Pin
Joaquín M López Muñoz2-Jan-03 11:47
Joaquín M López Muñoz2-Jan-03 11:47 
GeneralMouse Position Pin
progman2-Jan-03 9:58
progman2-Jan-03 9:58 
GeneralRe: Mouse Position Pin
Shog92-Jan-03 10:00
sitebuilderShog92-Jan-03 10:00 
GeneralList view control with tab stops Pin
2-Jan-03 9:47
suss2-Jan-03 9:47 
GeneralRe: List view control with tab stops Pin
Shog92-Jan-03 9:59
sitebuilderShog92-Jan-03 9:59 
GeneralRe: List view control with tab stops Pin
2-Jan-03 10:58
suss2-Jan-03 10:58 
GeneralRe: List view control with tab stops Pin
Shog92-Jan-03 11:31
sitebuilderShog92-Jan-03 11:31 
Well, no. The list view control supports columns. The list control supports tabs. That's about the size of it.

You *can* use custom draw and the header control to implement columns on a list control, or custom draw and a bit of creativity to implement tabs on a list view control.

I'd put the choice at this: if you need columns, and you don't need variable-height rows, go with the list control. If you need variable-height rows, you'll need either a completely custom control or a customized list control.

---

Shog9
The siren sings a lonely song - of all the wants and hungers
The lust of love a brute desire - the ledge of life goes under

GeneralRe: List view control with tab stops Pin
Brian Tietz2-Jan-03 11:52
Brian Tietz2-Jan-03 11:52 
GeneralRe: List view control with tab stops Pin
Shog92-Jan-03 12:01
sitebuilderShog92-Jan-03 12:01 
GeneralRe: List view control with tab stops Pin
Brian Tietz2-Jan-03 12:23
Brian Tietz2-Jan-03 12:23 
GeneralRe: List view control with tab stops Pin
Shog92-Jan-03 16:02
sitebuilderShog92-Jan-03 16:02 
GeneralTools for internationalization Pin
Anonymous2-Jan-03 9:28
Anonymous2-Jan-03 9:28 
GeneralRe: Tools for internationalization Pin
Chris Richardson2-Jan-03 20:59
Chris Richardson2-Jan-03 20:59 
GeneralATL and Active X problem Pin
act_x2-Jan-03 9:07
act_x2-Jan-03 9:07 
GeneralCObject or CStatic Pin
raner2-Jan-03 8:44
raner2-Jan-03 8:44 
GeneralRe: CObject or CStatic Pin
Pavel Klocek2-Jan-03 10:49
Pavel Klocek2-Jan-03 10:49 
GeneralRe: CObject or CStatic Pin
raner2-Jan-03 16:26
raner2-Jan-03 16:26 
GeneralLinker Error Pin
Ryan B.2-Jan-03 8:39
Ryan B.2-Jan-03 8:39 
GeneralRe: Linker Error Pin
RobJones2-Jan-03 8:44
RobJones2-Jan-03 8:44 
GeneralRe: Linker Error Pin
Tim Smith2-Jan-03 8:45
Tim Smith2-Jan-03 8:45 
GeneralRe: Linker Error Pin
Ryan B.2-Jan-03 8:51
Ryan B.2-Jan-03 8:51 
GeneralMaking the background of a window invisible... Pin
Joan M2-Jan-03 8:13
professionalJoan M2-Jan-03 8:13 
GeneralRe: Making the background of a window invisible... Pin
Joaquín M López Muñoz2-Jan-03 11:50
Joaquín M López Muñoz2-Jan-03 11:50 
GeneralSplitter + CRichEditView problem... Pin
RobJones2-Jan-03 7:22
RobJones2-Jan-03 7:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.