private void SubscribeSelectedItemView(InventoryItemView view) { if (view is null) { return; } scroll.ScrollTo(view.Model); }