【问题标题】:mono develop Combobox Entry - Autocomplete单声道开发组合框条目 - 自动完成
【发布时间】:2014-03-08 14:12:36
【问题描述】:

我正在尝试在 Mono 中开发一个窗口窗体。 在表单中,我需要一个具有自动完成/自动建议功能的组合框条目。

谁能指导我怎么做?

【问题讨论】:

  • 这解决了您的问题吗?

标签: autocomplete combobox monodevelop


【解决方案1】:

在名为 EntryCompletion 的 Entry 字段中检查此功能:

Entry entry = new Entry ();
entry.Completion = new EntryCompletion (); 

有一个 example here 进行搜索自动完成。

编辑:

这里是Documentation for the feature with the same example

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-10-10
    • 2011-07-31
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多