ComboBox ListItem Magnifier Issue in WPF .NET Framework
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 25/100
Research direction
Start with the Xceed.Wpf.Toolkit Magnifier and the provided WPF XAML containing MagnifierManager.Magnifier and the dynamically loaded ComboBox. Reproduce the issue with ComboBox list items, then determine what is needed for their content to display and magnify consistently; done means the list content is correctly zoomed during interaction.
Written by the indexing model from the issue text.
Description
We are experiencing an issue with the Magnifier functionality provided by the Xceed.Wpf.Toolkit library in a WPF project. The problem occurs when a ComboBox is used, and its data is loaded dynamically. Specifically, when the magnifier interacts with the ComboBox’s list items, the content does not display or magnify correctly as expected.
xmlns:wpfx="http://schemas.xceed.com/wpf/xaml/toolkit"
<!-- Viewbox with Magnifier -->
<wpfx:MagnifierManager.Magnifier>
<wpfx:Magnifier BorderBrush="Red"
BorderThickness="1"
FrameType="Rectangle"
ZoomFactor=".4"
Padding="490, 362, 300, 300"
Width="300"
Height="300"
Visibility="{DynamicResource MagnifierVisibility}" />
</wpfx:MagnifierManager.Magnifier>
<!-- ComboBox with Dynamic Data -->
<ComboBox x:Name="paperSizeDropdown_All"
Width="{DynamicResource Combobox_Width}"
Height="{DynamicResource Combobox_Height}"
SelectionChanged="paperSizeDropdown_All_SelectionChanged" />
Issue:
When the magnifier is applied over the dynamically loaded ComboBox list items, it seems to either:
Not magnify the ComboBox list content as expected.
The interaction between the magnifier and the ComboBox is inconsistent (e.g., the content not properly zoomed).
- Dominant language
- C#
- Stars
- 4.2k
- Forks
- 912
- PR merge metrics
- No merged PRs in 30d
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.
More from xceedsoftware/wpftoolkit
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
xceedsoftware/wpftoolkit#1808 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
xceedsoftware/wpftoolkit#1807 · 2 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
xceedsoftware/wpftoolkit#1806 · 1 comment ·
-
Difficulty 1/5 Under an hour Newbie friendliness 45/100
xceedsoftware/wpftoolkit#1804 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
xceedsoftware/wpftoolkit#1802 · 3 comments ·
All issues in xceedsoftware/wpftoolkit
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·