Make grid or table in unity c#

I want to make a grid using UI elements for my leaderboard
I am using unity 5.3
Cant get any tutorial that tells how to make grid without using NGUI
Any help will be appreciated
Please help

you can use UI scroll rect and get the all values from leaderboard using foreach loop and then pass to the ui text elements . all text are created at run time in update function