Piero Castillo

Results 16 comments of Piero Castillo

> Hello, > > i'm currently trying to use the NAvigationView for one of our Apps main menu. > The menu items are stored in an obervable collection and are...

for now u can use this ```xml ``` but I'll add that feature in the next version

> Hello, > > Is it possible to get a dynamic CardCollection? For example when i have a list of objects, define how one card should look like with different...

> Add screenshots of the ribbon to Readme > > Also what's the difference between this library's ribbon and the one in AvaloniaRibbon by splitwirez? my implementation is more compact,...

> Definitely will be integrate your library into my apps!! Also, might wanna say that Aura.UI is now stable in the readme as well 😉 thanks! :D, so, Now I'm...

@Shadow4walker good, I'm gonna implement it to AuraTabView, for the event, exactly what for? when```Close()``` is invoked, and raise the event, or when the CloseButton is clicked, in other words,...

also, what are the other problems?

so easy, I'm going to add two events, ```ClickOnCloseButton``` and ```Closing```, about scrolling it's fixed adding a ScrollView in its template

@manfromarce to show the close button add this style ```xml ``` about the Drag'n'Drop I've added a TranslateBehavior by @wieslaysoltes, about create a new window when the tab is dragged...