Skip to content

IconView.class add .Next and .Previous property to _IconView_Item.class, Enable adding icon as first icon

Bruce Steers requested to merge (removed):bsteers4-master-patch-16644 into master

[GB.GUI.BASE]

  • NEW: added .Next and .Previous to _IconView_Item to easily get the next or previous icon.
  • OPT: using the Null symbol as the "After" parameter for IconView.Add() adds an icon as the first icon.
  • OPT: use the _IconView_Item array for IconView.Keys not the collection so order is preserved.
Edited by Bruce Steers

Merge request reports