-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestions :) #7
Comments
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 Bindings, and then attaching a source to the collection? |
Good idea, I'm gonna implement an MVVM support for CardCollection |
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, if u wanna something easy use my implementation, but if your app needs more complexity and more customization use the splitwirez implementation :D About the ribbon screenshots now I'm going to do it |
Thanks for the screenshots! |
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 working in a ColorPicker [ design ], when that will be finished, I'm gonna work with MVVM support, and next mmmmm, maybe I'll have another idea. |
ability to scroll for the AuraTabView also I'm using Binding to Generate items and when removing specific item using the built-in close button (AuraTabItem /template/ Button#PART_CloseButton) I'm facing some issues so i had to disable the Built-in Close button and added my own logic to remove needed item. it would be easier to just add EventHandler like ClickOnAddingButton for the close button |
@Shadow4walker good, I'm gonna implement it to AuraTabView, for the event, exactly what for? when |
also, what are the other problems? |
i needed to be in full control for removing items (of the Close) and for the other one i need to do exactly like so scrollAble |
so easy, I'm going to add two events, |
Hello, would it be possible to show close button on unselected tabs in AuraTabView? Also, do you have any suggestions on how to create a new window when a tab is dragged out (like browsers do)? |
@manfromarce to show the close button add this style <Style Selector="AuraTabItem /template/ Button#PART_CloseButton">
<Setter Property="IsVisible" Value="true" />
</Style> about the Drag'n'Drop I've added a TranslateBehavior by @wieslaysoltes, about create a new window when the tab is dragged out is easy but when the tab is re-dragged in, it's quite complex, but... I think I can implement it.. |
Thanks for your help, if you could implement it that would be a great feature |
A great addition to the component library would be a stepper control:
The point of which would be to display a different view based on the active step. So, something like this would be pretty awesome and should support both MVVM and static XAML: I'm currently trying to implement something like this, even though component design isn't my strong suit. The implementation for the |
Add a RotateShape control: |
Ability to disable the scrollviewer in NavigationViewStyles.xaml. |
Does anyone know how to extend AuraTabView in the title bar? I've already tried all the options with Avalonia's TitleBar but there's always something not working properly. Thank you :) |
Call NewMessageDialog from code behind, in MVVM |
I open this issue so that people who want to give suggestions can do so.
The text was updated successfully, but these errors were encountered: