public ImageGalleryWindow(string folderpath) { InitializeComponent(); LocationGallery.LoadFromFolder(folderpath); LocationGallery.ButtonsVisible = Visibility.Collapsed; }
private void Window_Loaded(object sender, RoutedEventArgs e) { LocationGallery.LoadFromFolder((DataContext as EditNoteViewModel).Note.Photos, true); }