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
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
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.