xojo 2024R2
weblistbox defaultRowHeight=-1, After adding image items using WebListBoxImageRender, scrolling through the weblistbox will cause an error. Has anyone experienced this situation?
Me.DefaultRowHeight = -1
Me.AddRow("123", "12323")
Me.AddRow("123", "12323")
Me.AddRow("123", "12323")
Me.AddRow("123", "12323")
Me.AddRow("123", "12323")
Me.AddRow("123", "12323")
Me.AddRow("pic")
webPic = New Picture(300, 300, 32)
Me.CellTextAt(Me.LastAddedRowIndex, 1) = New WebListBoxImageRenderer(webpic.URL)
Me.AddRow("123", "12323")
Me.AddRow("123", "12323")
weblist_error.xojo_binary_project
1 post - 1 participant