SvgForXaml | Draw SVG image with Win2D | Runtime Evironment library
kandi X-RAY | SvgForXaml Summary
kandi X-RAY | SvgForXaml Summary
Draw SVG image with Win2D
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of SvgForXaml
SvgForXaml Key Features
SvgForXaml Examples and Code Snippets
Community Discussions
Trending Discussions on SvgForXaml
QUESTION
I'm trying to use a CommandBar at the bottom of my UWP app, but I can't seem to get rid of this gap at the bottom.
It's quite hard to see but it's there between the CommandBar and the bottom border of the window. I've tried all sorts of VerticalAlignment
configurations but nothing seems to do it. I've created a user control
ANSWER
Answered 2017-Jul-17 at 21:29Try removing the hard coded Height=50
on your CommandBar
, which has a default compact height of 48
.
If you want to customize this default height, have a look my answer here. But for two pixels difference, it's probably worth following the default style for a more consistent look across the OS.
Also, you don't need to specify Height
for your Grid
too. It will simply stretch to whatever its children need. So just remove Heigjt=50
in there.
However, the best way to display a bottom CommandBar
though, is to follow this format -
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install SvgForXaml
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page