HandyControl icon indicating copy to clipboard operation
HandyControl copied to clipboard

Contains some simple and commonly used WPF controls

Results 246 HandyControl issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** In our application we use the `` control to let the user have different workspaces and perform different tasks in...

:factory: enhancement

**Describe the bug** 最新发布的3.3.0版本Textbox验证失败不变红 **To Reproduce** 1. 在有HandyControl 3.2.0的工程中新建一个Textbox 2. 添加验证规则 3. 运行,触发验证错误,Textbox变红 4. 将HandyControl 升级至3.3.0 5. 再次运行并触发验证失败,Textbox不变红 **Environment (please complete the following information):** - .net 5 **Additional context** 非常抱歉,暂时来不及写最小复现场景了。但这个BUG确实是升级之后出现的,降级以后又正常了

UWP 有一个非常适合用于展示素材库的控件: [AdaptiveGridView](https://docs.microsoft.com/en-us/windows/communitytoolkit/controls/adaptivegridview) ![adaptivegridview](https://user-images.githubusercontent.com/7220248/155942752-d1874ebb-5a1a-4a33-8fcd-d6b8b91b655a.gif) 它比瀑布流面板更加适合浏览,瀑布流让人目不暇接,看着费眼。 `AdaptiveGridView` 控件应该支持(包括但不限于)这种效果: 1. 每个 `Item` 拥有相同的尺寸 2. 我可以设置 `Item` 的最小宽度 3. 自适应填充 `Item` 详细信息见上诉链接。 这篇博客实现了这种 `Panel`,但我觉得的不够好。 [WrapPanel with full width columns](https://blog.jonstodle.com/wrappanel-with-full-width-columns/) [jonstodle - gist](https://gist.github.com/jonstodle/) ![uniform-width-adaptive](https://user-images.githubusercontent.com/7220248/155944172-0af12903-cf06-48c2-9de5-14cbfb517a70.gif)...

Add Support Win11 SnapLayout #1033 ![Animation](https://user-images.githubusercontent.com/9213496/144702860-9b804ced-6a1b-414d-8c6f-f73b10b1d3fc.gif)

:factory: enhancement

**The Bug** I am using the Pagination control in my project. Just as suggested, I used the routedevent "PageUpdated". The problem I'm facing is that, if my initial MaxPageCount was...

:thinking: pending discussion

使用hc:Window来作为窗口控件并自定义NonClientArea背景色。 ![image](https://user-images.githubusercontent.com/13826910/112420985-2ebaab00-8d69-11eb-9265-e298b074695c.png) 如图所示,窗口最下面的边框是白色的,其他三面的边框是深色的。在vs的设计器中看不到这一现象,但生成后运行就会出现。 尝试过: - blackground="Black"-无变化,无效 - BorderBrush="Black"-无变化,无效 - BorderThickness="0"-无变化,无效 - 删除NonClientArea相关属性配置-无变化,无效 - 将hc:Window换成wpf原生window-白线消失,有效 请问如何解决这一问题? 我观察到,源代码中提供的示例也有这条白线存在: ![image](https://user-images.githubusercontent.com/13826910/112422040-3aa76c80-8d6b-11eb-81bc-b85038884951.png) 请注意背景图案与边框间的白线。 我使用的是Nuget上的3.1版本,使用HandyControl的默认样式, 环境为 Windows 10 20H2 .net 5.0.201 vs 2019 社区版

Hi! Double clicking on window (to maximize) adds external thick border to window, but clicking again makes it disappears

this is the error when scrollview the datagrid Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Controls.ItemsControl', AncestorLevel='1''. BindingExpression:Path=HorizontalContentAlignment; DataItem=null; target element is 'CheckComboBoxItem' (Name='PART_SelectAll'); target property is 'HorizontalContentAlignment'...

I try to access to the Selected Items of the CheckComboBox. The goal is, to be able to selected Columns of a Table that you want to show. It seem...

I'm trying to change the HandyControl Window's style from default to none or ToolWindow but it's not working. I think only the default style is implented the rest have not...

:thinking: pending discussion