Portrait to landscape view

Hello,
i have a list which includes titles.a title above the other.what i want to do is when the user goes into landscape mode to show the list.but two by two.i absolutely have no idea how to do that
thank you for the help

Hi @redamed92, look at the showWhen property binding. You should manage to get it working by using that attribute. You can find it over here in the documentation: http://ionicframework.com/docs/api/components/show-hide-when/ShowWhen/

thanks for the reply.i found the showwhen very interesting.gonna use it.the thing is how to make items go side by side.in stead of 10 items one above the other. i guess it’s doable in css just no clue how