Hi I have been Googling this question for quite a while and cant find any results on how I would go about doing this. I currently have a selection menu that the user can select a list of options from and this starts at the top but the window displays the last options each time I refresh the list. All I want to do is be able to display the line with the selected option on in the window.
any ideas will be appreciated.
This is what I used in the end and it worked as I wanted it to.
Console.SetWindowPosition(0 , currentItem);