Microsoft Dot Net Master

Microsoft Dot Net Master
Microsoft Dot Net Master

Thursday, August 27, 2020

SELECT LAST ITEM IN LISTBOX

 Use the following code but select the element before the last

 LIST_ITEM.TopIndex = LIST_ITEM.Items.Count - 1