- August 18, 2008
- 181
- 69
- Home Country
- United States of America
- Moderator
- #1
Please consider this patch for inclusion in Media Portal 1.0.1. The patch will add Insert functionality to GUIFacadeControl, GUIListControl, GUIFilmstripControl, and GUIThumbnailPanel. Currently the only way to insert an item at a specific index is to call the Add method, and repeatedly call MoveItemUp until the desired index is reached. This patch adds a much quicker and more intuitive way of accomplishing the insert.