pulsar/ObservatoryCore/UI/Views
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Fred Kuipers 2d672e9c2a Implement scorlling BasicUIView grids to the bottom plus refactoring
Upon arrival of new records to the backing ObservableCollection, scroll the DataGrid to the last item. However, when the DataGrid is initialized, there's not yet a data context set, so when that happens, then we can listen to the CollectionChanged event to trigger scrolling (only really needed for additions).

In passing, also set the DataGrid to ReadOnly.

In the other two files, minor simplifications/cleanup.
2021-06-21 20:04:17 -04:00
..
BasicUIView.axaml Add project files. 2021-06-03 22:25:32 -02:30
BasicUIView.axaml.cs Implement scorlling BasicUIView grids to the bottom plus refactoring 2021-06-21 20:04:17 -04:00
CoreView.axaml Added github and donate links. 2021-06-06 13:53:52 -02:30
CoreView.axaml.cs Automatic build number. Include in application title text. 2021-06-06 13:00:09 -02:30
MainWindow.axaml Add project files. 2021-06-03 22:25:32 -02:30
MainWindow.axaml.cs Add project files. 2021-06-03 22:25:32 -02:30
NotificationView.axaml Added notification window 2021-06-04 16:54:14 -02:30
NotificationView.axaml.cs Added notification window 2021-06-04 16:54:14 -02:30