HandyOrg / HandyOrg/HandyControl
3.4.0 transfer 选中项绑定问题
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 7.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
依赖项属性中没有transferitems或者selecteditems之类的
使用的.Net 6.0
hc版本 3.4.0
<hc:Transfer ItemsSource="{Binding Observablemachines}" MinWidth="300" Height="300"
x:Name="trasfer" DisplayMemberPath="Desc"
Style="{StaticResource Transfer.CheckBox}" >
</hc:Transfer>
我查看了transfer,在描述中transferitems明明是依赖项属性 却没法设置,该值只读
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Transfer binding example on .NET 6 with HandyControl 3.4.0, then inspect the Transfer control's dependency properties, especially TransferItems and any selected-items-related property. Confirm whether the read-only value prevents the reported binding scenario, and define done as a supported way to observe or bind the selected items that behaves correctly in the sample.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100