¡@

Home 

c# Programming Glossary: sb_vert

ListView onScroll event

http://stackoverflow.com/questions/1176703/listview-onscroll-event

0x115 private const int SB_HORZ 0 private const int SB_VERT 1 private const int SB_LINELEFT 0 private const int SB_LINERIGHT.. si.cbSize uint Marshal.SizeOf si GetScrollInfo msg.HWnd SB_VERT ref si if msg.WParam.ToInt32 SB_ENDSCROLL ScrollEventArgs sargs..

Auto-scrolling text box uses more memory than expected

http://stackoverflow.com/questions/1743448/auto-scrolling-text-box-uses-more-memory-than-expected

functions private const int SB_HORZ 0x0 private const int SB_VERT 0x1 private const int WM_HSCROLL 0x114 private const int WM_VSCROLL.. savedVpos GetScrollPos this.txtBoxLogging.Handle SB_VERT GetScrollRange this.txtBoxLogging.Handle SB_VERT out VSmin out.. SB_VERT GetScrollRange this.txtBoxLogging.Handle SB_VERT out VSmin out VSmax if savedVpos VSmax sbOffset 1 bottomFlag..