問題タブ [nativescript-vue]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
252 参照

nativescript - nativescript-vue の FlexboxLayout でラベルを中央に配置する

フレックスボックス レイアウトでは、左側に画像、右側に中央のラベル タイトルが必要です。

私の場合、ラベルのテキストは右に向かっていますが、中央ではありません。それを行う方法について何か考えはありますか?

0 投票する
2 に答える
314 参照

nativescript - nativescript vue: using more than one layout option per page?

I'm building my first Nativescript app with Nativescript-vue and I'm having trouble with the layout of a page.

The Documentation shows you how to layout a page but it isn't too clear on overall usage and I can't see if you can use more than one layout style per page

I'd like to start out using a stacklayout for the top of the page but then display some data in a table so I'm using grid layout for the lower part.

What I'm finding is that when I use more than one layout it only shows the last one on the page

Example: (Only the GridLayout section displays on the page, the stacklayout is invisible)

Q: is there a way to show more than one layout option per page?