Tools -> Options -> Projects and Solutions -> General -> Track Active Item in Solution Explorer
Archive
Update Noobs or Raspbian
- sudo -s (gives the root access)
- apt-get update (get the updates)
- apt-get upgrade (upgrades the system)
Window – Bind DataContext to Self
<Window …
DataContext=“{Binding RelativeSource={RelativeSource Self}}“ >