pgbo

Results 5 issues of pgbo

After reading this article [Fighting Common WPF Memory Leaks with dotMemory](https://blog.jetbrains.com/dotnet/2014/09/04/fighting-common-wpf-memory-leaks-with-dotmemory/) And profling my application use dotMemory, I find a memory leak in the style keyed `MaterialDesignTabablzControlStyle` of `Themes\MaterialDesign.xaml,` the...

![image](https://user-images.githubusercontent.com/4122686/40971965-c9e5afa2-68f1-11e8-9300-321e7d66a8f0.png) ![image](https://user-images.githubusercontent.com/4122686/40971876-905721f8-68f1-11e8-9639-d0debbd8cf47.png) I check the Generic.xaml, ans saw below code of TabablzControl style. ``` ``` I realized that the SuffixContentControl's DesizredSize.WIdth is 0 when PART_HeaderItemsControl's width is large enough. so...

Is there a way to scroll Layout content when drag floating item out of max area?

I want custom floating item's header. Follow your `CustomHeader` demo, I find custom thumb can't drag under floating state! ![image](https://user-images.githubusercontent.com/4122686/32771951-5cfcb494-c95f-11e7-8e97-f228be9050b2.png) Can you help me how to make custom header item...

### 平台: Android ### Github版本: 2.8.2 问题:使用如下代码 `#if 1`扩起来的代码,但是结果不符合预期,使用 #else 括起来的符合预期,但是VARP 内存在GPU 上时可能不合理。 需求:填充某个 VARP 的数据全为 0 的合理方法,能兼容多种推理后端,谢谢! ```c++ template static void __VARP_FillValue(VARP* varp, T value) { auto mInfo =...

User