Search code examples
c#wpf.net-4.5textblock

TextBlock Inlines - Add/Remove Item At Method?


Why Inlines class doesn't have methods like AddItemAt(string, index) - in case I want to style or RemoveItemAt(index)?


Solution

  • According to the documentation InlineCollection contains InsertBefore, InsertAfter, Insert, RemoveAt