Skip to content

Instantly share code, notes, and snippets.

View luidgigromat's full-sized avatar

Luidgi Gromat luidgigromat

  • Ypso-Facto
  • France
View GitHub Profile
@luidgigromat
luidgigromat / Enable soft-wrap for Visual Studio Code.txt
Last active March 26, 2024 20:35
Enable soft-wrap for Visual Studio Code
1. Open VS Code
2. Press Ctrl + Ship + P
3. Type "settings" and choose "Preference : Open settings (UI)"
4. Search the following settings : "word wrap"
5. Set "Editor: Word Wrap" to "ON"
@luidgigromat
luidgigromat / BindingProxy.vb
Last active January 26, 2021 16:13
Proxy control used has static ressource for allow Path/Geometry... childs binding [VB.NET]
Public Class BindingProxy
Inherits Freezable
Protected Overrides Function CreateInstanceCore() As Freezable
Return New BindingProxy()
End Function
Public Property Data As Object
Get
Return DirectCast(GetValue(DataProperty), Object)