* QCueGrid.cs: Rebuild cue grid when children cue change

* QCueGridListHelper.cs: Helper class for linking cue id with cue grid

* QCueViewModel.cs: Revoe unused import

* QBrowserPage.xaml.cs:
* ControlPage.xaml.cs:
* QWorkspaceViewModel.cs:
* qConnectionPage.xaml.cs: Remove unused import

* QWorkspacePage.xaml.cs: Fix scrolling to select cue and handle no
  selected cue
This commit is contained in:
2021-02-12 22:55:01 -05:00
parent c0c027d334
commit 6818a14940
8 changed files with 134 additions and 31 deletions
@@ -1,4 +1,7 @@
using QControlKit;
using System;
using System.Threading.Tasks;
using QControlKit;
using Xamarin.Forms;
namespace qController.ViewModels
{