Hello,
Can someone explain to me what is wrong with the performance,
Look:
PrefDialog.PrefItems.Set(0, newItem) ?
...
PrefDialog.Initialize(Parent, "Dialog", 300dip, 400dip)
PrefDialog.LoadFromJson(File.ReadString(File.DirAssets, "template.json"))
...
Dim oldItem As String =...