@magic-xpa/gui 4.901.0-dev491.324 → 4.901.0-dev491.328

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13856,7 +13856,7 @@ class MgFormBase extends GuiFormPropertyAdapter {
13856
13856
  }
13857
13857
  }
13858
13858
  else {
13859
- items.AddRange(await mgControl.GetItemsRange());
13859
+ items.AddRange(await mgControl.GetDisplayRange());
13860
13860
  }
13861
13861
  return MgFormBase.ConvertArrayListToString(items, false);
13862
13862
  }