Git Product home page Git Product logo

dropdownmenu's Introduction

Hi there, I'm Abel Dutra! ๐Ÿ‘‹

๐ŸŽ“ Software Engineer: ๐Ÿ’ผ Tech Lead: ๐Ÿ“ฑ My Apps
Sheep Finance
Tatuh
Portfolio

Welcome to my GitHub profile! Feel free to explore my projects and contributions.

๐Ÿ“Š Stats and Streaks

Abel's GitHub stats

GitHub Streak

๐Ÿ”ง Technologies and Languages

Top Languages

๐Ÿš€ Let's Connect!

You can find me on various platforms. Let's connect and collaborate!

Email LinkedIn Twitch YouTube Discord

Feel free to reach out to me through any of these platforms. Looking forward to connecting with you!

dropdownmenu's People

Contributors

abel13 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dropdownmenu's Issues

HELP! How to add functionality to the Drop Down Menu

Hi,
I am a complete beginner in WPF and C# in general. I really like your idea and was wondering how I could add my own functionality to the Sub Items. For example I want to load a command on my DataGrid when I select a Sub Item from the Menu. How do I do that?

Thanks!

Not getting PrimaryHueMidBrush in StaticResource

I have added the references of MaterialDesignColors and MaterialDesignThemes, but not getting PrimaryHueMidBrush or other value of colors while specifying it in StaticResource (MainWindow.xaml)

Inconsistent accessibility: parameter type 'ItemMenu' in UserControlMenuItem.xaml.cs

i found this error, i dont know why. in * . . . public UserControlMenuItem(ItemMenu itemMenu) . . . .*
i just repo your code and its really work. But, when im trying it myself. i dont know how to fix it. can you help me. please.

Error CS0051 Inconsistent accessibility: parameter type 'ItemMenu' is less accessible than method 'UserControlMenuItem.UserControlMenuItem(ItemMenu)'

this is my code :

using BUMDES.ViewModels;
using System.Windows;
using System.Windows.Controls;

namespace BUMDES
{
public partial class UserControlMenuItem : UserControl
{
public UserControlMenuItem(ItemMenu itemMenu)
{
InitializeComponent();
ExpanderMenu.Visibility = itemMenu.SubItems == null ? Visibility.Collapsed : Visibility.Visible;
ListViewItemMenu.Visibility = itemMenu.SubItems == null ? Visibility.Visible : Visibility.Collapsed;
this.DataContext = itemMenu;
}
}
}

im new in programer in WPF and still learn

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.