我目前正試圖利用這個TextBox AutoComplete
自定義控件:文本框自定義控制頭部的問題
http://www.codeproject.com/Articles/26535/WPF-Autocomplete-Textbox-Control?msg=3484969#xx3484969xx
這是我第一次在我的項目加入這樣外在的東西,當我添加頁眉像我的XAML文件一行在文章中解釋:
<UserControl x:Class="Maha.Gestion.Note_de_frais.SaisieNoteDeFrais"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
xmlns:local="clr-namespace:WPFAutoCompleteTextbox"
>
VisualStudio中告訴我,clr-namespace
不大會包括在內。
我確定這是完全無足輕重的事情,但幾個小時後仍然找不到任何解決方案。
當然已添加文章作者所要求的所有文件。
有人可以解釋我添加這種外部資源的好方法嗎?
謝謝
你可能要檢查存在於AutoCompleteEntry.cs文件的命名空間。你有沒有改變它? – Prash