A simple UI question

Sorry for a simple and maybe silly question.

I have created a UI panel to hold various UI texts for indicating players’ statistics. I want this UI panel to:

  1. stick to the top part of the screen
  2. with its width keeping 100% of the screen’s width
  3. with its height being 10% of the screen’s height

I have tried different anchoring settings in rect transform component, but none seems to do what i want, which anchoring setting shall I choose to implement this? Thanks a lot!

This should work for ya, the Anchors, and the Left, Right, Top, and Bottom bits being the important parts.

Thanks for input, I will test it out