Convert MSFlexGrid to Xojo Listbox

Hello,
Converting Vb6 project to Xojo, i try to replace MSFlexGrid Vb6 control by listbox Xojo control.
Need some examples about this, fill listbox cell from textbox’s input data.

Have you checked the docs for ListBox? There are some examples at the bottom.

There is also an example project that comes with Xojo (when opening a new project, look in Examples, Desktop, Controls, ListBoxExample.xojo_binary_project). Looking at that may help.