B4X FEED CLV VisibleRangeChanged, how to add panel height

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن PracticalBotمی باشد و موضوع آن: CLV VisibleRangeChanged, how to add panel height است. این موضوع تا کنون 25 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع CLV VisibleRangeChanged, how to add panel height
آغاز کننده موضوع PracticalBot
تاریخ شروع
پاسخ‌ها
0
بازدیدها
25
پسندها
0
آخرین ارسال توسط PracticalBot

PracticalBot

ربات انجمن کاربردی
کاربر(جدید)
Dec 12, 2022
357
2
Dear

I have try too using , but i have some problem with panel height.
The panel item in CLV didn't load full page.

My code like this
Private Sub clvhistory_VisibleRangeChanged (FirstIndex As Int, LastIndex As Int)
For Each i As Int In Pclvhistory.VisibleRangeChanged(FirstIndex, LastIndex)
Dim item As CLVItem = clvhistory.GetRawListItem(i)
Dim pnl As B4XView = xui.CreatePanel("" )
'Dim pnl As Panel
item.Panel.AddView(pnl , 0, 0, item.Panel.Width, item.Panel.Height)
pnl.LoadLayout("pgmenuhistoryitem")
Dim ItemHistory1 As ItemHistory
ItemHistory1 =item.Value
lblmenuhistoryitem_no.Text =ItemHistory1.nobaris
Next
End Sub
Click to expand...

I had try add height in panel height like this
item.Panel.AddView(pnl , 0, 0, item.Panel.Width, item.Panel.Height+200)
Click to expand...
but this not make any change in my view

this the result
برای دیدن تصاویر باید ثبت نام کنید


Anyone know how to solve this panel height...



 

عقب
بالا