Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
AnswerRe: makefile for C# Pin
Graham Nimbley16-Apr-06 14:42
Graham Nimbley16-Apr-06 14:42 
Questionkeyboard hook Pin
g00fyman14-Apr-06 22:23
g00fyman14-Apr-06 22:23 
AnswerRe: keyboard hook Pin
HakunaMatada14-Apr-06 23:09
HakunaMatada14-Apr-06 23:09 
GeneralRe: keyboard hook Pin
g00fyman14-Apr-06 23:40
g00fyman14-Apr-06 23:40 
QuestionList box VScroll Pin
crazymubashir14-Apr-06 22:20
crazymubashir14-Apr-06 22:20 
AnswerRe: List box VScroll Pin
Ed.Poore15-Apr-06 23:18
Ed.Poore15-Apr-06 23:18 
GeneralRe: List box VScroll Pin
crazymubashir16-Apr-06 20:55
crazymubashir16-Apr-06 20:55 
GeneralRe: List box VScroll Pin
Ed.Poore16-Apr-06 21:02
Ed.Poore16-Apr-06 21:02 
In that case can't you just override the OnDrawItem method?
protected overrides void OnDrawItem(DrawItemEventArgs e)
{
	// Do drawing stuff here
}


If you need to resize each item based on their contents then you can override the OnMeasureItem method.

This should automatically display the scroll bars as and when they're needed, you only need to take care of drawing one item at a time also.

Ed
GeneralRe: List box VScroll Pin
crazymubashir16-Apr-06 21:17
crazymubashir16-Apr-06 21:17 
GeneralRe: List box VScroll Pin
Ed.Poore16-Apr-06 21:44
Ed.Poore16-Apr-06 21:44 
QuestionHelp about List box VScroll Pin
crazymubashir14-Apr-06 22:19
crazymubashir14-Apr-06 22:19 
AnswerRe: Help about List box VScroll Pin
Ravi Bhavnani15-Apr-06 8:25
professionalRavi Bhavnani15-Apr-06 8:25 
GeneralRe: Help about List box VScroll Pin
crazymubashir16-Apr-06 20:59
crazymubashir16-Apr-06 20:59 
GeneralRe: Help about List box VScroll Pin
Ravi Bhavnani16-Apr-06 21:03
professionalRavi Bhavnani16-Apr-06 21:03 
GeneralRe: Help about List box VScroll Pin
crazymubashir16-Apr-06 21:04
crazymubashir16-Apr-06 21:04 
QuestionXML file reading Pin
rahultaing14-Apr-06 22:15
rahultaing14-Apr-06 22:15 
AnswerRe: XML file reading Pin
Guffa14-Apr-06 22:33
Guffa14-Apr-06 22:33 
AnswerRe: XML file reading Pin
rizwan.afsar14-Apr-06 22:58
rizwan.afsar14-Apr-06 22:58 
AnswerRe: XML file reading Pin
VaibhavJ15-Apr-06 1:21
VaibhavJ15-Apr-06 1:21 
QuestionAlgorithms List of IIS Pin
hung_ngole14-Apr-06 21:42
hung_ngole14-Apr-06 21:42 
QuestionReleasing a file Pin
Yevgeny Efter14-Apr-06 21:26
Yevgeny Efter14-Apr-06 21:26 
AnswerRe: Releasing a file Pin
Dave Kreskowiak15-Apr-06 6:57
mveDave Kreskowiak15-Apr-06 6:57 
AnswerRe: Releasing a file Pin
Judah Gabriel Himango15-Apr-06 16:41
sponsorJudah Gabriel Himango15-Apr-06 16:41 
QuestionBase64 Encoded Xml File Pin
rahultaing14-Apr-06 21:21
rahultaing14-Apr-06 21:21 
QuestionGeneric.List Pin
GreenApple3014-Apr-06 20:50
GreenApple3014-Apr-06 20:50 

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.