How to add a footer in ListView?

前端 未结 7 1736
时光取名叫无心
时光取名叫无心 2020-11-22 09:35

I am developing an application,In my application,I am using Listview for displaying data using dom parsing,I want to footer in listview,when i click footer additional more d

7条回答
  •  不知归路
    2020-11-22 09:45

    you can use a stackLayout, inside of this layout you can put a list a frame, for example:

    
                
    
                    
                        
                            
                                
                                    
                            
                        
                    
                
                
                    
                
            
    

    this is the result:

提交回复
热议问题