Quick Timesaver When Coding Xaml
Posted by: Jesse Liberty - Silverlight Geek,
on 17 Nov 2010 |
View original | Bookmarked: 0 time(s)
Try this in your Xaml <Button VerticalAlignment="Center" HorizontalAlignment="Center" Margin="5" Height="30" /> If Intellisense is doing its job, your actual key-strokes were <Bu <tab> ve <tab> c <tab> ho <tab> c <tab> ma <tab> 5 <hunt for right arrow, hit arrow, fingers back on keyboard> he <tab> 30 <repeat hunt for right arrow> I get why [...]...