Lesser-known ScrollViewer properties: TopLeftHeader, TopHeader and LeftHeader
While browsing the MSDN I came across an example showing how to fix the header areas of the ScrollViewer. To do this we have three properties:…
Read articleThe library
29 articles about .NET, C#, Azure, mobile development and artificial intelligence.
29 results
Clear filtersWhile browsing the MSDN I came across an example showing how to fix the header areas of the ScrollViewer. To do this we have three properties:…
Read articleIn this article I'm going to summarize the steps to set up your development environment to be ready to develop an iOS app. XCode The first step is to install XCode…
Read articleWe've been looking forward to it. Build 2017 brings us Visual Studio for Mac in the final version. Install and configure Visual Studio for Mac When installing this…
Read articleIf you want to use a certificate that is not recognised by a certification authority, it may be useful to incorporate your own certificates into the applications…
Read articleIn an app it can be interesting to have several shades of the same color. To do this, I've created a small helper for lightening or darkening a color. The…
Read article