The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hello, I would like to use the SfListView, which
can have sticky GroupHeader, but I would like also add an top Header list that
does not stick once I scroll the list.
I see in the reference that there are two
properties : IsStickyGroupHeaderProperty
and IsStickyHeaderProperty
but if one is True the other property has no effect.
If this is not possible, can
have a GroupHeader a different layout/style than others GroupHeaders (kind of conditional Style and layout ?
GVGanesan V Syncfusion Team April 21, 2017 01:41 PM UTC
Hi RCC,
Thank you for contacting Syncfusion Support,
Query
Description
When use both a Sticky GroupHeader and Sticky Header
In SfListView, if you set the IsStickyGroupHeader as true, then we are internally sticky the header also. Because, both are added in separate panel, so you cannot achieve this scrollable. This is an actual behavior of SfListView. We have already documented the same.
In SfListView, currently we do not have support to customize the Style of GroupHeaderItem. However if you want to customize the appearance of each group header based on some condition, then you can make use of DataTemplateSelector feature.
Currently we have template selector support for ItemTemplate alone and will provide template selector support for GroupHeaderTemplate in upcoming 2017 Vol 2 release which will be rolled out before mid of May month.
Regards,
Ganesan V
RCRCCApril 24, 2017 09:12 PM UTC
Thanks
MKMuthu Kumaran Gnanavinayagam Syncfusion Team April 25, 2017 06:11 AM UTC