Search

You searched for the word(s):
Showing page 7 of 7 (64 total posts) < 1 second(s)
  • Re: TreeListItem - set control width

    I found a workaround. &nbsp; The ''bug'' here is that since the treelist is initially collapsed, the width is determined by the total width of the Level 1 tree entries. I padded &amp;nbsp;'s into the common.config file for first tree link item. &nbsp; It would be nice if you could expose property on the TreeList control.&nbsp; In the ...
    Posted to Cute Editor for .NET (Forum) by wzs5011 on October 25, 2007
  • TreeListItem - set control width

    I am populating the LINKS dropdown programmatically via an XmlDocument. //Add items by code CuteEditor.TreeListItem rootitem = new CuteEditor.TreeListItem(''Files'', null); rootitem.Selectable = false; tdd.Items.Add(rootitem); XmlNodeList pNodes = pDoc.SelectNodes(''./files/file''); foreach (XmlNode pNode in pNodes) { &nbsp; string ...
    Posted to Cute Editor for .NET (Forum) by wzs5011 on October 24, 2007
  • Re: Toolbar - DisableItemList

    Duh - thanks - the .config files nicely lay out all the buttons. &nbsp; I just made a copy of compact.cfg, and then removed all the buttons I didn't want. &nbsp; Then I added some buttons that weren't in my .cfg. &nbsp; Very simple once I took the time to dig around. &nbsp; Thanks again.
    Posted to Cute Editor for .NET (Forum) by wzs5011 on October 23, 2007
  • Toolbar - DisableItemList

    I can't seem to get rid of some of the drop downs in my editor at run time. EditorHTML.AutoConfigure = CuteEditor.AutoConfigure.Compact; EditorHTML.DisableItemList = ...
    Posted to Cute Editor for .NET (Forum) by wzs5011 on October 18, 2007
« First ... < Previous 3 4 5 6 7