python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to call Items.Refresh()?
I am making a filter for a collection.
I know how to do it using CollectionViewSource.
But I wanted to do it without using CVS.
According to my ideas, there is a CollectionView in the ItemsControl.Ite...

EldHasp
Votes: 0
Answers: 1
How to resolve the memory leak issue, when a custom control is placed into the Collection view data template
I designed a custom control that will contain content and will be primarily used to display a basic animation before loading the content. We used ValueAnimator to start and stop the animation in our c...
T.Eswaran
Votes: 0
Answers: 0
UICollectionView scrollToItem() wrong position on the first time
I am trying to create a carousel view with collection view and page control.
Whenever I tapped the page control, I will call the collectionView.scrollToItem(). But when I launch my app, the first time...
JohnLiu
Votes: 0
Answers: 0
How to make items fill remain space of collection view
I have a collection view to show days of selected week and I want items of the collection view to fill remain space with equal size. How can I do this without calculating size in code and setting padd...
Alex
Votes: 0
Answers: 1