Declined
Last Updated: 14 Aug 2024 07:48 by ADMIN
Nico
Created on: 13 Aug 2024 06:15
Category: CollectionView
Type: Bug Report
0
CollectionView FooterTemplate: Content IsVisible Property is ignored

As the Subject says - the CollectionView FooterTemplate Content IsVisible Property is ignored.
First i thought Binding update is not working, but it's not working at all, even if set "hard"

Take your Header & Footer CollectionView example and set IsVisible to false on the Grid

3 comments
ADMIN
Didi
Posted on: 14 Aug 2024 07:48

Hello Nico, 

I have generated a knowledge base article. It will be live after few days at the page here: https://docs.telerik.com/devtools/maui/knowledge-base 

Regards,
Didi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Nico
Posted on: 14 Aug 2024 06:37

Hi Didi,

got it to work with just wrapping a <ContentView> around my Xaml which can become invisible.
Maybe something worth to bring to the official docs

regards
Nico

ADMIN
Didi
Posted on: 13 Aug 2024 07:22

Hello Nico,

The IsVisible property is used internally in the virtualization, so it won't work for your case. I changed the status of this item to declined as this is not an issue in the control.

In order to hide the Footer, you can set the main layout height to 0, or set the template to null, depending on the custom logic you have.

Regards,
Didi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.