0

I have a package Xamarin.Android.Support.v7.AppCompat in my Xamarin Studio.

Is this the package that holding the GridLayoutManager or some other package

Rob
  • 14,746
  • 28
  • 47
  • 65
LittleFunny
  • 8,155
  • 15
  • 87
  • 198

1 Answers1

0

Nope! GridLayoutManager is in Xamarin.Android.Support.v7.RecyclerView. You can see some more information on RecyclerView on the Xamarin documentation website here.

When in doubt, you can always check the Android API documentation.

Dominic
  • 638
  • 6
  • 18