Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,811 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello, im currently making a simple calculator application to begin with WPF.
Here is my ask, how can i optimize my grid of buttons ?
I think that having 25 StackPanel (these will be changed by custom image) is a bit overkill... am i right ?
Afterwards, I'd create another app which will need a grid of hundreds of items so it will help me a lot.