You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DataTriggers in a XAML ItemsControl](https://github.com/microsoft/VSExtensibility/issues/456)
63
-
64
-
[Splitting up the tool window XAML in resource dictionaries](https://github.com/MicrosoftDocs/visualstudio-docs/blob/main/docs/extensibility/visualstudio.extensibility/inside-the-sdk/advanced-remote-ui.md#user-xaml-resource-dictionaries)
65
-
66
-
[Getting a clientContext in an AsyncCommand bound to a XAML Command property](https://github.com/microsoft/VSExtensibility/issues/520)
[Fix having multiple projects](https://github.com/microsoft/VSExtensibility/issues/388)
73
-
74
-
[Making a WPF TextBox binding fire on each new character](https://stackoverflow.com/questions/10619596/making-a-wpf-textbox-binding-fire-on-each-new-character)
75
-
76
-
[Bind width of a textbox inside VisualBrush](https://stackoverflow.com/questions/30670911/bind-width-of-a-textbox-inside-visualbrush)
77
-
78
-
[How to add a vertical Separator](https://stackoverflow.com/questions/13584998/how-to-add-a-vertical-separator)
79
-
80
-
[Change color of Button when Mouse is over](https://stackoverflow.com/questions/20073294/change-color-of-button-when-mouse-is-over)
81
-
82
-
[Solving class dependencies](https://github.com/dotnet/roslyn/issues/23878)
83
-
84
-
[How to access the currently active Project](https://github.com/microsoft/VSExtensibility/issues/411)
85
-
86
-
[ListView with a GridView](https://wpf-tutorial.com/listview-control/listview-with-gridview/)
87
-
88
-
[Header not showing up in WPF ListView](https://stackoverflow.com/questions/1238249/header-not-showing-up-in-wpf-listview)
89
-
90
-
[Make WPF ComboBoxes fill a whole column width](https://stackoverflow.com/questions/826985/make-wpf-comboboxes-fill-a-whole-column-width)
91
-
92
-
[How Do I Set Up Grid Lines for my ListView?](https://matthiasshapiro.com/how-do-i-set-up-grid-lines-for-my-listview/)
93
-
94
-
[Styling the ListView Column Header](https://matthiasshapiro.com/styling-the-listview-column-header/)
95
-
96
-
[DataGrid in ToolWindow cannot be set to editmode](https://github.com/microsoft/VSExtensibility/issues/389)
97
-
98
-
[Setting WPF border visible or not depending on ScrollViewer's VerticalScrollBarVisibility property](https://stackoverflow.com/questions/73199311/setting-wpf-border-visible-or-not-depending-on-scrollviewers-verticalscrollbarv/73199480#73199480)
[VSExtensibility - #554 - Feature request: Text Editor: Scroll to line](https://github.com/microsoft/VSExtensibility/issues/554)
68
+
## Documentation
69
+
Looking for more info? Read the full [Documentation](https://github.com/sboulema/CodeNav/blob/main/docs/index.md) with links, guides, troubleshooting, and tips.
Here is a list of links to helpful pages I needed when developing this extension.
4
+
5
+
-[DataTriggers in a XAML ItemsControl](https://github.com/microsoft/VSExtensibility/issues/456)
6
+
-[Splitting up the tool window XAML in resource dictionaries](https://github.com/MicrosoftDocs/visualstudio-docs/blob/main/docs/extensibility/visualstudio.extensibility/inside-the-sdk/advanced-remote-ui.md#user-xaml-resource-dictionaries)
7
+
-[Getting a clientContext in an AsyncCommand bound to a XAML Command property](https://github.com/microsoft/VSExtensibility/issues/520)
-[Fix having multiple projects](https://github.com/microsoft/VSExtensibility/issues/388)
11
+
-[Making a WPF TextBox binding fire on each new character](https://stackoverflow.com/questions/10619596/making-a-wpf-textbox-binding-fire-on-each-new-character)
12
+
-[Bind width of a textbox inside VisualBrush](https://stackoverflow.com/questions/30670911/bind-width-of-a-textbox-inside-visualbrush)
13
+
-[How to add a vertical Separator](https://stackoverflow.com/questions/13584998/how-to-add-a-vertical-separator)
14
+
-[Change color of Button when Mouse is over](https://stackoverflow.com/questions/20073294/change-color-of-button-when-mouse-is-over)
15
+
-[Solving class dependencies](https://github.com/dotnet/roslyn/issues/23878)
16
+
-[How to access the currently active Project](https://github.com/microsoft/VSExtensibility/issues/411)
17
+
-[ListView with a GridView](https://wpf-tutorial.com/listview-control/listview-with-gridview/)
18
+
-[Header not showing up in WPF ListView](https://stackoverflow.com/questions/1238249/header-not-showing-up-in-wpf-listview)
19
+
-[Make WPF ComboBoxes fill a whole column width](https://stackoverflow.com/questions/826985/make-wpf-comboboxes-fill-a-whole-column-width)
20
+
-[How Do I Set Up Grid Lines for my ListView?](https://matthiasshapiro.com/how-do-i-set-up-grid-lines-for-my-listview/)
21
+
-[Styling the ListView Column Header](https://matthiasshapiro.com/styling-the-listview-column-header/)
22
+
-[DataGrid in ToolWindow cannot be set to editmode](https://github.com/microsoft/VSExtensibility/issues/389)
23
+
-[Setting WPF border visible or not depending on ScrollViewer's VerticalScrollBarVisibility property](https://stackoverflow.com/questions/73199311/setting-wpf-border-visible-or-not-depending-on-scrollviewers-verticalscrollbarv/73199480#73199480)
0 commit comments