❔ In winforms or WPF better for making a very basic spreadsheet program.
It will have virtually 0 spreadsheet features, but it will still have 3000 panel/grid cells.
From my research, winforms does screen updates 2x faster, but i know lots of people say to use WPF.
What would would perform better / not deal with lag as much? (And why?)
7 Replies
From my research, winforms does screen updates 2x faster, but i know lots of people say to use WPF.Invalid.
winforms is much slower
it uses gdi
WinForms is significantly slower.
wpf renders with directx
so on the gpu
but id use wpf regardless
Well then, next i guess while your here.
is there any easy way to remove or change the hover color when someone mouses over a button in WPF
even creating a mouse enter event, the WPF whatever it is takes priority and ignores mouse enter
yeah you dont do that with events
use a style trigger
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.