Multi-line string in a PropertyGrid

后端 未结 4 1953
走了就别回头了
走了就别回头了 2020-12-15 16:23

Is there a built-in editor for a multi-line string in a PropertyGrid.

4条回答
  •  抹茶落季
    2020-12-15 16:24

    Yes. I don't quite remember how it is called, but look at the Items property editor for something like ComboBox

    Edited: As of @fryguybob, ComboBox.Items uses the System.Windows.Forms.Design.ListControlStringCollectionEditor

提交回复
热议问题