rokudev / SceneGraphDeveloperExtensions

Other
114 stars 64 forks source link

Customize the GridView #79

Open Allan-Nava opened 3 years ago

Allan-Nava commented 3 years ago

I need to customize the GridView for the first row with landscape style then the second row with portrait style.

IMAGE 2021-08-24 12:11:55

like netflix does

RokuChris commented 3 years ago

Take a look at the rowPosterShapes field

https://github.com/rokudev/SceneGraphDeveloperExtensions/blob/master/documentation/1-components.md#gridview

Allan-Nava commented 3 years ago

I fixed thanks!

telegram-cloud-photo-size-4-5848134144792573492-y

Now I have another question about to have a grid

telegram-cloud-photo-size-4-5848134144792573495-y

Allan-Nava commented 2 years ago

Is it possible to change the font size of row title component?

RokuChris commented 2 years ago

Is it possible to change the font size of row title component?

It's not. You'd have to build a custom grid view.

https://github.com/rokudev/SceneGraphDeveloperExtensions/blob/master/documentation/6-ContentManager_with_Custom_Views_Guide.md

Allan-Nava commented 2 years ago

Is it possible to change the font size of row title component?

It's not. You'd have to build a custom grid view.

https://github.com/rokudev/SceneGraphDeveloperExtensions/blob/master/documentation/6-ContentManager_with_Custom_Views_Guide.md

Screenshot 2021-11-17 at 18 58 18

Ok I changed the library but doesn't work well

Allan-Nava commented 2 years ago

Do you think is possible to create something like this for row title

Screenshot 2021-11-23 at 10 42 36
RomanSkrypnyk-main commented 1 year ago

Take a look at the rowPosterShapes field how to set this field? example