Click here to Skip to main content
15,890,579 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: my problem is related to list control Pin
Nelek14-Nov-07 21:46
protectorNelek14-Nov-07 21:46 
GeneralRe: my problem is related to list control Pin
Naveen14-Nov-07 21:18
Naveen14-Nov-07 21:18 
GeneralRe: my problem is related to list control Pin
Nelek14-Nov-07 21:42
protectorNelek14-Nov-07 21:42 
GeneralRe: my problem is related to list control Pin
Naveen14-Nov-07 22:24
Naveen14-Nov-07 22:24 
GeneralRe: my problem is related to list control Pin
Nelek15-Nov-07 0:14
protectorNelek15-Nov-07 0:14 
GeneralRe: my problem is related to list control Pin
Naveen15-Nov-07 0:41
Naveen15-Nov-07 0:41 
GeneralRe: my problem is related to list control Pin
Nelek15-Nov-07 20:49
protectorNelek15-Nov-07 20:49 
AnswerRe: my problem is related to list control Pin
Naveen14-Nov-07 21:21
Naveen14-Nov-07 21:21 
The width can be increased if you enable the flat scroll bar in the list control.

check the LVS_EX_FLATSB style,
FlatSB_EnableScrollBar()
FlatSB_SetScrollProp()

But MSDN says "Flat scroll bar APIs are implemented in Comctl32.dll versions 4.71 through 5.82. Comctl32.dll versions 6.00 and higher do not support flat scroll bars".




GeneralRe: my problem is related to list control Pin
rajneshmalik16-Nov-07 1:38
rajneshmalik16-Nov-07 1:38 
GeneralRe: my problem is related to list control Pin
Naveen18-Nov-07 16:28
Naveen18-Nov-07 16:28 
QuestionUniquely select and double click an item in the List View Pin
scody14-Nov-07 17:10
scody14-Nov-07 17:10 
AnswerRe: Uniquely select and double click an item in the List View Pin
Llasus14-Nov-07 17:18
Llasus14-Nov-07 17:18 
GeneralRe: Uniquely select and double click an item in the List View Pin
scody14-Nov-07 17:40
scody14-Nov-07 17:40 
GeneralRe: Uniquely select and double click an item in the List View Pin
Llasus14-Nov-07 17:50
Llasus14-Nov-07 17:50 
GeneralRe: Uniquely select and double click an item in the List View Pin
scody14-Nov-07 18:10
scody14-Nov-07 18:10 
GeneralRe: Uniquely select and double click an item in the List View Pin
Llasus14-Nov-07 19:55
Llasus14-Nov-07 19:55 
GeneralRe: Uniquely select and double click an item in the List View Pin
Llasus14-Nov-07 20:12
Llasus14-Nov-07 20:12 
GeneralRe: Uniquely select and double click an item in the List View Pin
jhwurmbach15-Nov-07 0:53
jhwurmbach15-Nov-07 0:53 
QuestionHow to paint the window when some other window over it? [modified] Pin
whiteclouds14-Nov-07 15:53
whiteclouds14-Nov-07 15:53 
AnswerRe: How to paint the window when some other window over it? Pin
Llasus14-Nov-07 17:52
Llasus14-Nov-07 17:52 
GeneralRe: How to paint the window when some other window over it? Pin
whiteclouds14-Nov-07 18:16
whiteclouds14-Nov-07 18:16 
GeneralRe: How to paint the window when some other window over it? Pin
Llasus14-Nov-07 18:39
Llasus14-Nov-07 18:39 
GeneralRe: How to paint the window when some other window over it? Pin
whiteclouds14-Nov-07 19:01
whiteclouds14-Nov-07 19:01 
GeneralRe: How to paint the window when some other window over it? Pin
Llasus14-Nov-07 19:07
Llasus14-Nov-07 19:07 
GeneralRe: How to paint the window when some other window over it? Pin
whiteclouds14-Nov-07 19:42
whiteclouds14-Nov-07 19:42 

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.