wf-soft

Results 22 issues of wf-soft

When the device without display is disconnected from the remote, the program will be stuck

The sample WPF project uses only formsappage as the container, whereas cachedimage inherits from xamarin. XML Forms. View instead of system Windows. Uielement, so it cannot be used as a...

Is there a similar sample program

''' DataObject fileDrop = new DataObject(DataFormats.FileDrop, files.ToArray()); DragDrop.AddQueryContinueDragHandler(Helper.Main.ViewEx, DocItem_QueryContinueDrag); DragDrop.DoDragDrop(Helper.Main.ViewEx, fileDrop, DragDropEffects.All); ''' I want to implement the ability of querycontinuedraghandler when files are placed in the resource manager or...

### Overview Add two new API ### API breakdown ```csharp [NotifyCanExecuteChangedFrom(nameof(T))] [PropertyCallMethod(name(T))] ``` ### Usage example We often encounter a scene, I think better way is "NotifyCanExecuteChangedFrom" rather than "NotifyCanExecuteChangedFor",...

feature request :mailbox_with_mail:
mvvm-toolkit :toolbox:

This library often leads to attribute invalidation. You need to manually delete the obj directory and regenerate it to recover

discussion

Visibility is a commonly used animation trigger condition, such as TabControl. However, it is a pity that it cannot be triggered in such a simple way as Event=visibility, It has...

I got this error in Nuxt3. Is it incompatible ``` TypeError: Cannot read properties of null (reading 'padFront') 02:43:04 at Proxy. (D:\BaiduSyncdisk\qingmo\vue3-virtual-scroll-list:1040:28) at renderComponentRoot (D:\BaiduSyncdisk\qingmo\node_modules\@vue\runtime-core\dist\runtime-core.cjs.js:906:44) at renderComponentSubTree (D:\BaiduSyncdisk\qingmo\node_modules\@vue\server-renderer\dist\server-renderer.cjs.js:719:51) at renderComponentVNode...