cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Set Column size from CSS

jlbrenneke
6-Contributor

Set Column size from CSS

I'm trying to set the width of some columns from the css. Is this not possible or does it require different syntax than normal css? I've tried column-width: 30px and width: 30px but neither seems to have an effect.

2 REPLIES 2

Hello jbrenneke,

 

I have investigated on this.

In Vuforia Studio, in Grid Widget, in Column property panel, we can see the Fixed Column Size field.

sdidier_0-1593501766949.png

 

In Preview, when running, in Developer Tools, we can see that these CSS settings are used to manage the size linked to this field :

 

column_size_css.png

I would recommand to use these Properties in CSS style sheet.

 

  • Is it helping you ?

Best regards,

Samuel

 

P.S: Edited to include a missing screenshot

jlbrenneke
6-Contributor
(To:sdidier)

Hi Samuel,

 

Yes, that does help, but did you forget to include a screenshot for the developer tools? It looks like something is missing.

Top Tags