|
Query |
Document |
|
I have a list of people in an SfListView. I implemented grouping under the first letter in their name. I am wondering if it is possible to put a frame around each group to make the corners rounded. |
|
|
Also, I have a converter to set IsVisible of a boxview to true as long as the item is not last in the list. I am looking for a way to set the isvisible = false for the boxview of the last item in each group. I basically just want a list of people with boxviews visible in between each one (There is not one at the top of the group or bottom of the group). |