How to disable vertical scrolling for a specific section in UICollectionView with compositional layout?

I have a UICollectionView that uses a compositional layout, and I want to disable vertical scrolling for a specific section in the collection view. How can I achieve this?

Any help or suggestions would be greatly appreciated. Thank you!

How to disable vertical scrolling for a specific section in UICollectionView with compositional layout?
 
 
Q