cost 216 ms
屏幕絕對定位,圖片疊加到app頂部

[英]Absolute positioning on the screen, and overlay of image of to the top portion of app

腳手架/屏幕上的絕對定位。 1 - 第一張照片中的白色容器 - 如何將其對齊為屏幕底部的絕對 position /如何作為最佳方法完成? 2 - 容器必須覆蓋在圖像的頂部。 嘗試使用屏幕/腳手架上的堆棧提供絕對定位,但沒有用。 ...

StackLayout 位於控件之上,但允許在.Net MAUI 中點擊按鈕和條目

[英]StackLayout stays above controls, but allows tap on buttons and entries in .Net MAUI

我在 AbsoluteLayout 中有一個 StackLayout,其中包含一些條目和一個按鈕,並且 StackLayout 的 LayoutBounds 等於“0,0,1,1”,LayoutFlags 等於“All”。 當我點擊按鈕時,我會顯示一個具有上述相同 AbsoluteLayout 屬性 ...

AbsoluteLayout 比例 position 標志在 .net MAUI 中無法正常工作

[英]AbsoluteLayout proportional position flag not working properly in .net MAUI

我正在嘗試使用 AbsoluteLayout 將 StackLayout position 到頁面底部,如下面的代碼示例所示。 但是,position 標志被視為不成比例的絕對值,導致 StackLayout 位於頁面頂部(而不是底部)。 當我大幅增加 position 值時,StackLayout ...

有沒有辦法在向 Xamarin.Forms 中的子項添加視圖時不重新加載整個 AnsoluteLayout?

[英]Is there a way not to reload the whole AnsoluteLayout when adding views to its Children in Xamarin.Forms?

當我希望在用戶滾動時向其添加新控件時,我正在使用 Xamarin.Forms AbsoluteLayout。 為什么? 因為在第一個頁面打開時添加所有內容會花費很多時間,因為有很多項目。 我使用的是AbsoluteLayout ,它的Children是繼承自Layout<View>的自 ...

翻譯視圖后,它應該滾動全部內容,如果沒有,它應該裁剪隱藏部分的內容

[英]After translating a view it should scroll the full content and if not it should crop the content in the hidden part

此查詢是此帖子的延續滾動視圖滾動在 y position 中翻譯時不起作用,因此底部隱藏在 xamarin forms 中現在滾動視圖工作正常,在某些情況下我曾經定義如下,我可以使用絕對布局的內容和滾動視圖,也可以直接使用。 在下面的代碼片段中直接使用時,通過設置布局邊界進行翻譯后,所有框視圖都排列 ...

Xamarin.Forms 滾動視圖在翻譯時被截斷

[英]Xamarin.Forms ScrollView cut off when translated

我在AbsoluteLayout中放置了一個ScrollView ,我想根據我的要求將它向下移動,所以我翻譯了ScrollView的 y position 。 但在那之后,滾動時只有一部分內容可見,而不是ScrollView的所有內容。 如何克服這一點? 我需要在滾動時可視化ScrollView的所 ...

將 OnIdiom 與 AbsoluteLayout 一起使用

[英]Using OnIdiom with AbsoluteLayout

我有圓形按鈕,並試圖根據它們是在手機還是平板電腦上使用AbsolutLayout來更改它們的大小。 這是我的 xaml: 我查看了這個資源,但它不起作用: 如何在 Xamarin Forms 中使用附加屬性,如 Grid.Row、AbsoluteLayout.LayoutFlags 到 OnPla ...

No error in netbeans ide but java.lang.ClassNotFoundException: org.netbeans.lib.awtextra.AbsoluteLayout ERROR when java -jar jarfilename.jar

[英]No error in netbeans ide but java.lang.ClassNotFoundException: org.netbeans.lib.awtextra.AbsoluteLayout ERROR when java -jar jarfilename.jar

the maven app is running with no error on netbeans ide and the clean and build are running also without errors, the dependencies i didnt mention are ...

列表視圖中帶有卡片/框架的頁面(X.Forms 4.6+)

[英]Page with cards/frames in a listview (X.Forms 4.6+)

我有一個關於 X.Forms 的問題。 有誰知道我如何在 X.Forms 中構建這樣的頁面? 頁面流程:用戶必須能夠創建注釋和/或進行更改。 我想在另一個下面顯示這些筆記(最好在可滾動列表視圖中)。 這是我的代碼實現,但它並不能正常工作。 ...

Xamarin 表單:絕對布局列表視圖滾動不起作用

[英]Xamarin forms: Absolute Layout Listview Scrolling is not working

我在 AbsoluteLayout 中有一個列表視圖,我的問題是列表視圖滾動不起作用。 請看下面的代碼截圖: 輸出屏幕如下所示: 我添加了AbsoluteLayout以將Imagebutton放在 Listview 之上。 如果我使用scrollview覆蓋AbsoluteLayout ...

如何按平台設置 AbsoluteLayout.LayoutBounds?

[英]How to set AbsoluteLayout.LayoutBounds by platform?

我在我的應用程序中使用絕對布局,我希望布局中的每個元素都有一個特定的 position 和大小,具體取決於平台。 我發現另一個問題,據說要使用 但就我而言,如果我將AbsoluteLayout屬性寫在<...>之間,則該屬性不存在那么,可以通過平台設置屬性LayoutBounds嗎? ...

Xamarin Forms 覆蓋圖像作為背景並在不同方向放置標簽

[英]Xamarin Forms overlay image as background and place labels in different directions

我想做如下圖所示的操作。 我嘗試了絕對布局,但一旦到達景觀,它就會改變一切。 一切都重新開始。 最終結果將如下圖所示(精神 - 票部分) 到目前為止我所擁有的 我在風景上得到了什么 ...

如何創建一個可以識別AbsoluteLayout而不拋出NoClassDefFoundError的jar?

[英]How to create a jar that recognises AbsoluteLayout without throwing NoClassDefFoundError?

我的Jar文件均未運行。 我創建了一個在Netbeans中運行良好的項目,但是Jar沒有顯示任何內容。 通過cmd運行它會顯示noclassdeffounderror等。我創建了一個簡單的項目,該類具有將JFrame設置為可見的類,該類僅顯示“ MY FIRST APP”。JFrame具有絕 ...

框架xamarin形式的位置圖標右上角

[英]Position icon top right hand corner of frame xamarin forms

我想將圖標放置在框架的右上角。 我必須承認我多次閱讀了絕對布局,但顯然沒有想到。 從圖片中可以看到,該圖標有點過分了,這是代碼 示例代碼是錯誤的! 有什么建議么? ...

為什么Xamarin Absolute Layout堆疊不尊重兒童訂單

[英]Why does Xamarin Absolute Layout stacking not respect Children order

我正在嘗試實現一種布局,其中內容在背景上有圖像(位於左下角,垂直擴展100%,水平擴展60%) 整個內容包裝在AbsoluteLayout中,然后主要內容是這個布局的子節點,由StackLayout(以及其他一些內容)組成。 Visual Studio中的預覽器(Visual Stu ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM