Add some TabControl properties to SideMenu?

Open
#741 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
csharp
Domain
desktop

Research direction

Start from the SideMenu control and compare its selection behavior with the SelectedItem and SelectedIndex properties on TabControl and TreeView. Done means a SideMenu exposes a bindable way to retrieve the selected SideMenuItem, including the requested item and/or index.

Written by the indexing model from the issue text.

Description

:factory: enhancement

For binding purposes I want to get the selected SideMenuItem in a SideMenu but cannot because there are no such properties in the SideMenu that can be used to get the selected SideMenuItem. TabControl and TreeView have properties such as SelectedItem and SelectedIndex that can be used to get the selected TabItem/TreeViewItem.
So in order to get a similar functionality in the SideMenu how about adding properties SelectedItem and/or SelectedIndex to the SideMenu?

Dominant language
C#
Stars
7.2k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from HandyOrg/HandyControl

All issues in HandyOrg/HandyControl

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.