roubachof / Sharpnado.CollectionView

A performant list view supporting: grid, horizontal and vertical layout, drag and drop, and reveal animations.
The Unlicense
244 stars 30 forks source link

Fix startup doc :) #93

Closed softlion closed 1 year ago

softlion commented 1 year ago

Startup doc:

    .UseSharpnadoCollectionView(loggerEnabled: false);

Real code that work:

    .UseSharpnadoCollectionView(loggerEnable: false);

(enable without "d" at the end)