3 questions avec des balises liées à Windows Presentation Foundation
Trier par : Mis à jour
How to fit a canvas in a grid cell WPF
Hi, In the picture attached, I have a grid layout with two grid splitters. In the center cell (the one with black square), there is a Canvas. I am wondering how to fit the Canvas to the grid cell. Here is my xaml code : <Window…
Windows Hello Companion Device
Bonjour, Je cherche à développer une application liée à un "companion device" que nous développons. Ceci afin de pouvoir rajouter un mode de connexion local à une session Windows, en remplacement d'un mot de passe ou d'une empreinte digitale.…
WPF Template memory usage
Hello ! I wonder if without the border property of a Template (ie Button) can help the overall performance of a TreeView that use that say controls? Or that graphical properties of base Template are negligible ? Thanks.