c# - Tab Control tab will only use Wait Cursor -


so, i'm making game in c#, , i've created window handle custom controls schemes.

on page there tab control, 3 tabs: scheme 1, scheme 2, , custom

scheme 1 , 2 fine, on custom tab, whenever mouse hovers on it, displays wait cursor. controls inside tab work fine , without lag, displays waitcursor.

i can't change cursor property in design window (it goes waitcursor), , i've tried changing in code, won't work.

please check following property in tab control , each tab:

usewaitcursor set true

if usewaitcursor = true parent control propagate property child controls. think issue. please see link below explanation of property:

http://msdn.microsoft.com/en-us/library/system.windows.forms.control.usewaitcursor.aspx


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -